DJHumanRPT commited on
Commit
a944b74
·
verified ·
1 Parent(s): 1e4a486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -1596,10 +1596,9 @@ with st.sidebar:
1596
  st.session_state.model = st.selectbox(
1597
  "Select Claude Model",
1598
  options=[
1599
- "claude-3-7-sonnet-latest",
1600
- "claude-3-5-haiku-latest",
1601
- "claude-3-5-sonnet-latest",
1602
- "claude-3-opus-latest",
1603
  ],
1604
  index=1, # Default to Sonnet as a good balance of capability and cost
1605
  )
 
1596
  st.session_state.model = st.selectbox(
1597
  "Select Claude Model",
1598
  options=[
1599
+ "claude-sonnet-4-6",
1600
+ "claude-haiku-4-5-20251001",
1601
+ "claude-opus-4-6",
 
1602
  ],
1603
  index=1, # Default to Sonnet as a good balance of capability and cost
1604
  )