Spaces:
Runtime error
Runtime error
Fix for previous commit
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ You can switch between gpt-3.5-turbo | gpt-4 | gpt-4-turbo with prompts listed i
|
|
| 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),
|
|
|
|
| 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),
|