Update README.md
Browse files
README.md
CHANGED
@@ -443,6 +443,6 @@ For vllm and sglang users, configure this through,
|
|
443 |
|
444 |
```python
|
445 |
extra_body={
|
446 |
-
"chat_template_kwargs": {"enable_thinking":
|
447 |
}
|
448 |
```
|
|
|
443 |
|
444 |
```python
|
445 |
extra_body={
|
446 |
+
"chat_template_kwargs": {"enable_thinking": False}
|
447 |
}
|
448 |
```
|