dlaima commited on
Commit
df6e547
·
verified ·
1 Parent(s): ba39ad7

Update agent.json

Browse files
Files changed (1) hide show
  1. agent.json +3 -2
agent.json CHANGED
@@ -5,13 +5,14 @@
5
  "final_answer"
6
  ],
7
  "model": {
8
- "class": "HfApiModel",
9
  "data": {
10
  "max_tokens": 2096,
11
  "temperature": 0.5,
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": "OpenAIServerModel",
9
  "data": {
10
  "max_tokens": 2096,
11
  "temperature": 0.5,
12
  "last_input_token_count": null,
13
  "last_output_token_count": null,
14
+ #"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
15
+ "model_id": "gpt-4o",
16
  "custom_role_conversions": null
17
  }
18
  },