RangiLyu commited on
Commit
58a3e6b
·
verified ·
1 Parent(s): b29f2c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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": false}
447
  }
448
  ```
 
443
 
444
  ```python
445
  extra_body={
446
+ "chat_template_kwargs": {"enable_thinking": False}
447
  }
448
  ```