Nagomi-SugarHeart commited on
Commit
8555d37
·
verified ·
1 Parent(s): f9e27fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with st.sidebar:
19
  st.title("⚙️ 設定")
20
  model_choice = st.selectbox(
21
  "使用するAIモデル",
22
- ["gemini-1.5-flash", "gemini-1.5-pro", "gemini-2.0-flash-exp"],
23
  index=0,
24
  help="Proは賢いですが少し遅いです。Flashは爆速です。"
25
  )
 
19
  st.title("⚙️ 設定")
20
  model_choice = st.selectbox(
21
  "使用するAIモデル",
22
+ ["gemini-2.5-flash", "gemini-2.5-pro"],
23
  index=0,
24
  help="Proは賢いですが少し遅いです。Flashは爆速です。"
25
  )