pazukdev commited on
Commit
ee920b6
·
verified ·
1 Parent(s): 917a1ba

Fix for previous commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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),