Spaces:
Sleeping
Sleeping
Update llm_client.py
Browse files- llm_client.py +1 -1
llm_client.py
CHANGED
|
@@ -121,7 +121,7 @@ class GroqLLM(LLM):
|
|
| 121 |
temperature=0.3,
|
| 122 |
max_tokens=1024,
|
| 123 |
stop=stop_seq,
|
| 124 |
-
|
| 125 |
)
|
| 126 |
return chat_completion.choices[0].message.content
|
| 127 |
except Exception as e:
|
|
|
|
| 121 |
temperature=0.3,
|
| 122 |
max_tokens=1024,
|
| 123 |
stop=stop_seq,
|
| 124 |
+
reasoning_format="hidden"
|
| 125 |
)
|
| 126 |
return chat_completion.choices[0].message.content
|
| 127 |
except Exception as e:
|