Update README.md
Browse files
README.md
CHANGED
@@ -241,7 +241,7 @@ if __name__ == "__main__":
|
|
241 |
print(f"Bot: {response_3}")
|
242 |
```
|
243 |
|
244 |
-
>
|
245 |
> 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.
|
246 |
> 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.
|
247 |
|
|
|
241 |
print(f"Bot: {response_3}")
|
242 |
```
|
243 |
|
244 |
+
> [!NOTE]
|
245 |
> 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.
|
246 |
> 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.
|
247 |
|