bwshen-mi commited on
Commit
d852d0f
·
verified ·
1 Parent(s): cc6981f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -256,8 +256,7 @@ curl -i http://localhost:9001/v1/chat/completions \
256
 
257
  ### Notifications
258
 
259
- > [!IMPORTANT]
260
- > In the thinking mode with multi-turn tool calls, the model returns a `reasoning_content` field alongside `tool_calls`. To continue the conversation, the user must persist all history `reasoning_content` in the `messages` array of each subsequent request.
261
 
262
  > [!IMPORTANT]
263
  > The following system prompts are **HIGHLY** recommended, please choose from English and Chinese version.
@@ -278,6 +277,22 @@ Chinese
278
  今天的日期:{date} {week},你的知识截止日期是2024年12月。
279
  ```
280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  -----
282
 
283
  ## 7. Citation
 
256
 
257
  ### Notifications
258
 
259
+ #### 1. System prompt
 
260
 
261
  > [!IMPORTANT]
262
  > The following system prompts are **HIGHLY** recommended, please choose from English and Chinese version.
 
277
  今天的日期:{date} {week},你的知识截止日期是2024年12月。
278
  ```
279
 
280
+ #### 2. Sampling parameters
281
+
282
+ > [!IMPORTANT]
283
+ > Recommended sampling parameters:
284
+ >
285
+ > `top_p=0.95`
286
+ >
287
+ > `temperature=0.8` for math, writing, web-dev
288
+ >
289
+ > `temperature=0.3` for agentic taks (e.g., vibe-coding, tool-use)
290
+
291
+ #### 3. Tool-use practice
292
+
293
+ > [!IMPORTANT]
294
+ > In the thinking mode with multi-turn tool calls, the model returns a `reasoning_content` field alongside `tool_calls`. To continue the conversation, the user must persist all history `reasoning_content` in the `messages` array of each subsequent request.
295
+
296
  -----
297
 
298
  ## 7. Citation