Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ with st.sidebar:
|
|
142 |
show_yt_context = st.toggle("Show retrieved video content", value=False)
|
143 |
st.session_state.synthesis_model = st.selectbox(
|
144 |
"Choose the LLM model",
|
145 |
-
["LLaMA-3.2-3B", "gpt-4.1-mini"], # "LLaMA-3.2-11B",
|
146 |
index=1,
|
147 |
key='a2model'
|
148 |
)
|
|
|
142 |
show_yt_context = st.toggle("Show retrieved video content", value=False)
|
143 |
st.session_state.synthesis_model = st.selectbox(
|
144 |
"Choose the LLM model",
|
145 |
+
["LLaMA-3.2-3B", "gpt-4o-mini", "gpt-4.1-mini"], # "LLaMA-3.2-11B",
|
146 |
index=1,
|
147 |
key='a2model'
|
148 |
)
|