timsmykov commited on
Commit
c7c4b36
·
verified ·
1 Parent(s): 1e5420b

Update agent.json

Browse files
Files changed (1) hide show
  1. agent.json +3 -3
agent.json CHANGED
@@ -5,13 +5,13 @@
5
  "final_answer"
6
  ],
7
  "model": {
8
- "class": "HfApiModel",
9
  "data": {
10
- "max_tokens": 10000,
11
  "temperature": 1,
12
  "last_input_token_count": null,
13
  "last_output_token_count": null,
14
- "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
15
  "custom_role_conversions": null
16
  }
17
  },
 
5
  "final_answer"
6
  ],
7
  "model": {
8
+ "class": "DeepSeekModel",
9
  "data": {
10
+ "max_tokens": 2000,
11
  "temperature": 1,
12
  "last_input_token_count": null,
13
  "last_output_token_count": null,
14
+ "api_key": "sk-eea44c5fc6be4e289cf0c1ae5bd91b58",
15
  "custom_role_conversions": null
16
  }
17
  },