dungeon29 commited on
Commit
323cb1a
·
verified ·
1 Parent(s): 44b677f

Update llm_client.py

Browse files
Files changed (1) hide show
  1. 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
- enable_thinking=True
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: