christophebourguignat commited on
Commit
3b238ab
1 Parent(s): 1b5633d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ demo = gr.Interface(llm_response,
68
  gr.Textbox(label="Question",
69
  info="More examples below :)",
70
  value="Quel est le montant maximum couvert pour un litige ?"),
71
- gr.Dropdown(choices=["gpt-3.5-turbo","gpt-4-turbo-preview","mistral-large-latest"],
72
  label="LLM",
73
  value="mistral-large-latest",
74
  info="Compare gpt-3, gpt-4, and mistral-large!"),
 
68
  gr.Textbox(label="Question",
69
  info="More examples below :)",
70
  value="Quel est le montant maximum couvert pour un litige ?"),
71
+ gr.Dropdown(choices=["gpt-3.5-turbo","gpt-4o","mistral-large-latest"],
72
  label="LLM",
73
  value="mistral-large-latest",
74
  info="Compare gpt-3, gpt-4, and mistral-large!"),