jcleee commited on
Commit
bbfcb87
·
verified ·
1 Parent(s): 2152698

Update agent.json

Browse files
Files changed (1) hide show
  1. agent.json +2 -2
agent.json CHANGED
@@ -10,8 +10,8 @@
10
  "data": {
11
  "max_tokens": 2096,
12
  "temperature": 0.5,
13
- "last_input_token_count": null,
14
- "last_output_token_count": null,
15
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
16
  "custom_role_conversions": null
17
  }
 
10
  "data": {
11
  "max_tokens": 2096,
12
  "temperature": 0.5,
13
+ "last_input_token_count": 0,
14
+ "last_output_token_count": 0,
15
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
16
  "custom_role_conversions": null
17
  }