MRMAQ commited on
Commit
70a4bcc
·
1 Parent(s): 404e429

gpt oss tool calling removed

Browse files
Files changed (1) hide show
  1. app/services/chat_service.py +0 -6
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: