Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ if st.session_state.stage == "prompt-input":
|
|
62 |
extra_headers={},
|
63 |
extra_body={},
|
64 |
model="deepseek/deepseek-r1:free",
|
65 |
-
messages=[{"role":"user","
|
66 |
|
67 |
with st.chat_message("assistant"):
|
68 |
full_response = ""
|
|
|
62 |
extra_headers={},
|
63 |
extra_body={},
|
64 |
model="deepseek/deepseek-r1:free",
|
65 |
+
messages=[{"role":"user","content":prompt}])
|
66 |
|
67 |
with st.chat_message("assistant"):
|
68 |
full_response = ""
|