Spaces:
Runtime error
Runtime error
Add new prompt to examples: list all employees
Browse files
app.py
CHANGED
@@ -129,7 +129,8 @@ You can switch between gpt-3.5-turbo | gpt-4 | gpt-4-turbo with prompts listed i
|
|
129 |
|
130 |
examples = [
|
131 |
"Who are you?",
|
132 |
-
"What is your purpose?",
|
|
|
133 |
switch_to.format(model=gpt3_turbo),
|
134 |
switch_to.format(model=gpt4),
|
135 |
switch_to.format(model=gpt4_turbo),
|
|
|
129 |
|
130 |
examples = [
|
131 |
"Who are you?",
|
132 |
+
"What is your purpose?",
|
133 |
+
"List all employees"
|
134 |
switch_to.format(model=gpt3_turbo),
|
135 |
switch_to.format(model=gpt4),
|
136 |
switch_to.format(model=gpt4_turbo),
|