Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
·
254776f
1
Parent(s):
40a6f43
openrouter2
Browse files
app.py
CHANGED
|
@@ -264,7 +264,7 @@ elif prompt := st.chat_input("Ask a question about climate action..."):
|
|
| 264 |
stream=True
|
| 265 |
)
|
| 266 |
|
| 267 |
-
if st.session_state.model.startswith("deepseek"):
|
| 268 |
|
| 269 |
response = st.write_stream(generate_tokens(stream))
|
| 270 |
else:
|
|
|
|
| 264 |
stream=True
|
| 265 |
)
|
| 266 |
|
| 267 |
+
if False: #st.session_state.model.startswith("deepseek"):
|
| 268 |
|
| 269 |
response = st.write_stream(generate_tokens(stream))
|
| 270 |
else:
|