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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ client = OpenAI(base_url="http://localhost:30000/v1", api_key="EMPTY")
100
  response = client.chat.completions.create(
101
  model="IFM/K2-Horizon-0.9B",
102
  messages=[{"role": "user", "content": "Explain the result step by step."}],
103
- temperature=1.0,
104
  top_p=0.95,
105
  max_tokens=32768,
106
  extra_body={"chat_template_kwargs": {"reasoning_effort": "high"}},
 
100
  response = client.chat.completions.create(
101
  model="IFM/K2-Horizon-0.9B",
102
  messages=[{"role": "user", "content": "Explain the result step by step."}],
103
+ temperature=0.6,
104
  top_p=0.95,
105
  max_tokens=32768,
106
  extra_body={"chat_template_kwargs": {"reasoning_effort": "high"}},