christophebourguignat commited on
Commit
6df6129
1 Parent(s): 81d7443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ demo = gr.Interface(llm_response,
64
  gr.Dropdown(choices=["gpt-3.5-turbo","gpt-4-1106-preview"],
65
  label="LLM",
66
  value="gpt-4-1106-preview",
67
- info="gpt-4 est plus précis mais quelques secondes plus long que gpt-3"),
68
  ],
69
  outputs=[gr.Textbox(label="Answer insurer 1"),
70
  gr.Textbox(label="Answer insurer 2")
 
64
  gr.Dropdown(choices=["gpt-3.5-turbo","gpt-4-1106-preview"],
65
  label="LLM",
66
  value="gpt-4-1106-preview",
67
+ info="gpt-4 is more accurate, but a few seconds longer thant gpt-3"),
68
  ],
69
  outputs=[gr.Textbox(label="Answer insurer 1"),
70
  gr.Textbox(label="Answer insurer 2")