Upload README.md with huggingface_hub
Browse files
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.
|
| 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)
|