christophebourguignat commited on
Commit
d22630c
1 Parent(s): 78bc38f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,9 +63,9 @@ demo = gr.Interface(llm_response,
63
  gr.Textbox(label="Question",
64
  info="More examples below :)",
65
  value="Quel est le montant maximum couvert pour un litige ?"),
66
- gr.Dropdown(choices=["gpt-3.5-turbo","gpt-4-1106-preview"],
67
  label="LLM",
68
- value="gpt-4-1106-preview",
69
  info="gpt-4 is more accurate, but a few seconds longer thant gpt-3"),
70
  ],
71
  outputs=[gr.Textbox(label="Answer insurer 1"),
 
63
  gr.Textbox(label="Question",
64
  info="More examples below :)",
65
  value="Quel est le montant maximum couvert pour un litige ?"),
66
+ gr.Dropdown(choices=["gpt-3.5-turbo","gpt-4-turbo-preview"],
67
  label="LLM",
68
+ value="gpt-3.5-turbo",
69
  info="gpt-4 is more accurate, but a few seconds longer thant gpt-3"),
70
  ],
71
  outputs=[gr.Textbox(label="Answer insurer 1"),