farmax commited on
Commit
03e2ee6
·
verified ·
1 Parent(s): bf8283d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ def demo():
315
  with gr.Tab("Step 3 - Inizializza QA chain"):
316
  with gr.Row():
317
  llm_btn = gr.Radio(list_llm_simple, \
318
- label="LLM models", value = list_llm_simple[0], type="index", info="Scegli il tuo modello LLM")
319
  with gr.Accordion("Advanced options - LLM model", open=False):
320
  with gr.Row():
321
  slider_temperature = gr.Slider(minimum = 0.01, maximum = 1.0, value=0.3, step=0.1, label="Temperature", info="Model temperature", interactive=True)
 
315
  with gr.Tab("Step 3 - Inizializza QA chain"):
316
  with gr.Row():
317
  llm_btn = gr.Radio(list_llm_simple, \
318
+ label="LLM models", value = list_llm_simple[5], type="index", info="Scegli il tuo modello LLM")
319
  with gr.Accordion("Advanced options - LLM model", open=False):
320
  with gr.Row():
321
  slider_temperature = gr.Slider(minimum = 0.01, maximum = 1.0, value=0.3, step=0.1, label="Temperature", info="Model temperature", interactive=True)