Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def chatbot_interface():
|
|
73 |
|
74 |
# 모델 고정 설정
|
75 |
if "ai_model" not in st.session_state:
|
76 |
-
st.session_state["ai_model"] = "claude-3-
|
77 |
# 세션 상태 초기화
|
78 |
if "messages" not in st.session_state:
|
79 |
st.session_state.messages = []
|
|
|
73 |
|
74 |
# 모델 고정 설정
|
75 |
if "ai_model" not in st.session_state:
|
76 |
+
st.session_state["ai_model"] = "claude-3-7-sonnet-20250219"
|
77 |
# 세션 상태 초기화
|
78 |
if "messages" not in st.session_state:
|
79 |
st.session_state.messages = []
|