christophebourguignat commited on
Commit
0b29fc0
1 Parent(s): 229cfd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ demo = gr.Interface(llm_response,
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="gpt-3.5-turbo",
74
  info="Compare gpt-3, gpt-4, and mistral-large!"),
75
  ],
76
  outputs=[gr.Textbox(label="Answer insurer 1"),
 
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!"),
75
  ],
76
  outputs=[gr.Textbox(label="Answer insurer 1"),