Spaces:
Building
Building
Update utils/llms.py
Browse files- utils/llms.py +1 -1
utils/llms.py
CHANGED
@@ -136,7 +136,7 @@ def gpt4stream(messages,model,api_keys):
|
|
136 |
helper.q.put_nowait("RESULT: "+cunk)
|
137 |
|
138 |
|
139 |
-
elif
|
140 |
cunk=""
|
141 |
|
142 |
if "V3" in model:
|
|
|
136 |
helper.q.put_nowait("RESULT: "+cunk)
|
137 |
|
138 |
|
139 |
+
elif model=="deepseek.r1":
|
140 |
cunk=""
|
141 |
|
142 |
if "V3" in model:
|