capradeepgujaran commited on
Commit
16047d7
β€’
1 Parent(s): c3644eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,9 +173,9 @@ def create_gradio_interface():
173
  with gr.Tab("❓ Ask a Question"):
174
  query_input = gr.Textbox(label="Enter your question")
175
  model_dropdown = gr.Dropdown(
176
- choices=["gpt-4-0125-preview", "gpt-3.5-turbo-0125"],
177
  label="Select Model",
178
- value="gpt-3.5-turbo-0125"
179
  )
180
  similarity_checkbox = gr.Checkbox(label="Use Similarity Check", value=False)
181
  query_button = gr.Button("Ask")
 
173
  with gr.Tab("❓ Ask a Question"):
174
  query_input = gr.Textbox(label="Enter your question")
175
  model_dropdown = gr.Dropdown(
176
+ choices=["gpt-4o-mini", "gpt-4o"],
177
  label="Select Model",
178
+ value="gpt-4o-mini"
179
  )
180
  similarity_checkbox = gr.Checkbox(label="Use Similarity Check", value=False)
181
  query_button = gr.Button("Ask")