simocimolato commited on
Commit
6369dd5
·
verified ·
1 Parent(s): fcf7a3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )