lsw825 commited on
Commit
2ce3235
·
verified ·
1 Parent(s): e4f9671

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -125,14 +125,14 @@ def simple_chat(client: OpenAI, model_name: str):
125
  ```
126
 
127
  > [!NOTE]
128
- > The recommended temperature for Kimi-K2-Instruct is `temperature = 0.6`.
129
  > If no special instructions are required, the system prompt above is a good default.
130
 
131
  ---
132
 
133
  ### Tool Calling
134
 
135
- Kimi-K2-Instruct has strong tool-calling capabilities.
136
  To enable them, you need to pass the list of available tools in each request, then the model will autonomously decide when and how to invoke them.
137
 
138
  The following example demonstrates calling a weather tool end-to-end:
 
125
  ```
126
 
127
  > [!NOTE]
128
+ > The recommended temperature for Kimi-K2-Instruct-0905 is `temperature = 0.6`.
129
  > If no special instructions are required, the system prompt above is a good default.
130
 
131
  ---
132
 
133
  ### Tool Calling
134
 
135
+ Kimi-K2-Instruct-0905 has strong tool-calling capabilities.
136
  To enable them, you need to pass the list of available tools in each request, then the model will autonomously decide when and how to invoke them.
137
 
138
  The following example demonstrates calling a weather tool end-to-end: