Eric Michael Martinez commited on
Commit
5e16c68
·
1 Parent(s): 2004995
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def get_chatbot_app(additional_examples=[]):
102
  with gr.Column():
103
  # Create a dropdown to select the AI model
104
  model_selector = gr.Dropdown(
105
- ["gpt-3.5-turbo", "gpt-4"],
106
  label="Model",
107
  value="gpt-3.5-turbo"
108
  )
 
102
  with gr.Column():
103
  # Create a dropdown to select the AI model
104
  model_selector = gr.Dropdown(
105
+ ["gpt-3.5-turbo"],
106
  label="Model",
107
  value="gpt-3.5-turbo"
108
  )