Spaces:
Running
Running
Clement Vachet
commited on
Commit
·
e017a65
1
Parent(s):
29dd1a2
Update default LLM to zephyr-7b-beta
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ def gradio_ui():
|
|
188 |
llm_btn = gr.Radio(
|
189 |
list_llm_simple,
|
190 |
label="LLM models",
|
191 |
-
value=list_llm_simple[
|
192 |
type="index",
|
193 |
info="Choose your LLM model",
|
194 |
)
|
|
|
188 |
llm_btn = gr.Radio(
|
189 |
list_llm_simple,
|
190 |
label="LLM models",
|
191 |
+
value=list_llm_simple[6],
|
192 |
type="index",
|
193 |
info="Choose your LLM model",
|
194 |
)
|