Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
Β·
a65d1bd
1
Parent(s):
c9a0002
4o
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ if 'inserted' not in st.session_state:
|
|
51 |
st.session_state.gotit = False
|
52 |
st.session_state.submitted = False
|
53 |
st.session_state.inserted = 0
|
54 |
-
st.session_state["model"] = "o3-mini-2025-01-31" #"deepseek-ai/DeepSeek-V3"
|
55 |
st.session_state.max_messages = 50
|
56 |
st.session_state.messages = []
|
57 |
st.session_state.user_data = {}
|
@@ -114,7 +114,7 @@ with st.sidebar:
|
|
114 |
|
115 |
You have to submit your conversation to receive compensation.
|
116 |
|
117 |
-
*You can always return to this panel by clicking the arrow on the top left.*
|
118 |
|
119 |
{"π **All done! Please press *Next* in the survey.**" if st.session_state.inserted > 1 else ""}
|
120 |
""")
|
|
|
51 |
st.session_state.gotit = False
|
52 |
st.session_state.submitted = False
|
53 |
st.session_state.inserted = 0
|
54 |
+
st.session_state["model"] = "gpt-4o-2024-08-06" # "o3-mini-2025-01-31" #"deepseek-ai/DeepSeek-V3"
|
55 |
st.session_state.max_messages = 50
|
56 |
st.session_state.messages = []
|
57 |
st.session_state.user_data = {}
|
|
|
114 |
|
115 |
You have to submit your conversation to receive compensation.
|
116 |
|
117 |
+
βΊ *You can always return to this panel by clicking the arrow on the top left.*
|
118 |
|
119 |
{"π **All done! Please press *Next* in the survey.**" if st.session_state.inserted > 1 else ""}
|
120 |
""")
|