Eric Michael Martinez commited on
Commit
9787302
·
1 Parent(s): 8086001
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -178,7 +178,7 @@ def get_chatbot_app(additional_examples=[]):
178
  chat,
179
  additional_inputs=[
180
  gr.Dropdown(
181
- ["gpt-3.5-turbo", "gpt-3.5-turbo-16k"],
182
  label="Model",
183
  value="gpt-3.5-turbo",
184
  ),
 
178
  chat,
179
  additional_inputs=[
180
  gr.Dropdown(
181
+ ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4"],
182
  label="Model",
183
  value="gpt-3.5-turbo",
184
  ),