Update README.md
Browse files
README.md
CHANGED
@@ -95,9 +95,10 @@ For deployment, you can use `vllm>=0.8.5` or `sglang>=0.4.5.post2` to create an
|
|
95 |
|
96 |
## Switching Between Thinking and Non-Thinking Mode
|
97 |
|
|
|
98 |
> [!TIP]
|
99 |
> The `enable_thinking` switch is also available in APIs created by vLLM and SGLang.
|
100 |
-
> Please refer to
|
101 |
|
102 |
### `enable_thinking=True`
|
103 |
|
|
|
95 |
|
96 |
## Switching Between Thinking and Non-Thinking Mode
|
97 |
|
98 |
+
> [!TIP]
|
99 |
> [!TIP]
|
100 |
> The `enable_thinking` switch is also available in APIs created by vLLM and SGLang.
|
101 |
+
> Please refer to our documentation for [vLLM](https://qwen.readthedocs.io/en/latest/deployment/vllm.html#thinking-non-thinking-modes) and [SGLang](https://qwen.readthedocs.io/en/latest/deployment/sglang.html#thinking-non-thinking-modes) users.
|
102 |
|
103 |
### `enable_thinking=True`
|
104 |
|