Spaces:
Sleeping
Sleeping
gpt oss tool calling removed
Browse files
app/services/chat_service.py
CHANGED
|
@@ -160,12 +160,6 @@ def _query_groq_stream(user_input, relevant_context):
|
|
| 160 |
include_reasoning=True,
|
| 161 |
temperature=0.3,
|
| 162 |
stream=True,
|
| 163 |
-
tool_choice="required",
|
| 164 |
-
tools=[
|
| 165 |
-
{
|
| 166 |
-
"type": "browser_search"
|
| 167 |
-
}
|
| 168 |
-
]
|
| 169 |
)
|
| 170 |
|
| 171 |
for chunk in chat_completion:
|
|
|
|
| 160 |
include_reasoning=True,
|
| 161 |
temperature=0.3,
|
| 162 |
stream=True,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
)
|
| 164 |
|
| 165 |
for chunk in chat_completion:
|