Update README.md

This commit is contained in:
An Yang 2025-04-28 19:10:07 +00:00 committed by system
parent c37ea5f01f
commit ba1f828c09
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

View File

@ -204,7 +204,7 @@ if __name__ == "__main__":
print(f"Bot: {response_3}")
```
> **Note**
> [!NOTE]
> For API compatibility, when `enable_thinking=True`, regardless of whether the user uses `/think` or `/no_think`, the model will always output a block wrapped in `<think>...</think>`. However, the content inside this block may be empty if thinking is disabled.
> When `enable_thinking=False`, the soft switches are not valid. Regardless of any `/think` or `/no_think` tags input by the user, the model will not generate think content and will not include a `<think>...</think>` block.