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

Add new prompt to examples: list all employees

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