chen11003 commited on
Commit
7981330
·
verified ·
1 Parent(s): 9ac4303

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ sglang serve \
90
  ### API Usage
91
 
92
  > [!Tip]
93
- > Recommended settings: `reasoning_effort="high"`, `temperature=1.0`, `top_p=0.95`, and at least 32,768 output tokens.
94
  > Reasoning depth is selected per request through `chat_template_kwargs`. Thinking is returned in `reasoning_content` and the answer in `content`.
95
 
96
  ```python
 
90
  ### API Usage
91
 
92
  > [!Tip]
93
+ > Recommended settings: `reasoning_effort="high"`, `temperature=0.6`, `top_p=0.95`, and at least 32,768 output tokens.
94
  > Reasoning depth is selected per request through `chat_template_kwargs`. Thinking is returned in `reasoning_content` and the answer in `content`.
95
 
96
  ```python