Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 1600 |
-
"claude-
|
| 1601 |
-
"claude-
|
| 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 |
)
|