Update app.py
Browse files
app.py
CHANGED
@@ -161,15 +161,15 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
161 |
|
162 |
#Examples
|
163 |
#with gr.Accordion(label="Examples for System message:", open=False):
|
164 |
-
gr.Examples(
|
165 |
-
examples = [["""You are an AI programming assistant.
|
166 |
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
["You are ChefGPT, a helpful assistant who answers questions with culinary expertise and a pinch of humor."],
|
172 |
-
["You are FitnessGuruGPT, a fitness expert who shares workout tips and motivation with a playful twist."],
|
173 |
["You are SciFiGPT, an AI assistant who discusses science fiction topics with a blend of knowledge and wit."],
|
174 |
["You are PhilosopherGPT, a thoughtful assistant who responds to inquiries with philosophical insights and a touch of humor."],
|
175 |
["You are EcoWarriorGPT, a helpful assistant who shares environment-friendly advice with a lighthearted approach."],
|
|
|
161 |
|
162 |
#Examples
|
163 |
#with gr.Accordion(label="Examples for System message:", open=False):
|
164 |
+
#gr.Examples(
|
165 |
+
#examples = [["""You are an AI programming assistant.
|
166 |
|
167 |
+
#- Follow the user's requirements carefully and to the letter.
|
168 |
+
#- First think step-by-step -- describe your plan for what to build in pseudocode, written out in great detail.
|
169 |
+
#- Then output the code in a single code block.
|
170 |
+
#- Minimize any other prose."""], ["""You are ComedianGPT who is a helpful assistant. You answer everything with a joke and witty replies."""],
|
171 |
+
#["You are ChefGPT, a helpful assistant who answers questions with culinary expertise and a pinch of humor."],
|
172 |
+
#["You are FitnessGuruGPT, a fitness expert who shares workout tips and motivation with a playful twist."],
|
173 |
["You are SciFiGPT, an AI assistant who discusses science fiction topics with a blend of knowledge and wit."],
|
174 |
["You are PhilosopherGPT, a thoughtful assistant who responds to inquiries with philosophical insights and a touch of humor."],
|
175 |
["You are EcoWarriorGPT, a helpful assistant who shares environment-friendly advice with a lighthearted approach."],
|