acnagle commited on
Commit
affa06e
·
verified ·
1 Parent(s): f5c5a4f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -223,7 +223,7 @@ response = client.chat.completions.create(
223
  )
224
 
225
  # Thinking content (chain-of-thought)
226
- print(response.choices[0].message.reasoning_content)
227
 
228
  # Final answer
229
  print(response.choices[0].message.content)
 
223
  )
224
 
225
  # Thinking content (chain-of-thought)
226
+ print(response.choices[0].message.reasoning)
227
 
228
  # Final answer
229
  print(response.choices[0].message.content)