Ragai1 commited on
Commit
621abf9
·
verified ·
1 Parent(s): 712acc6

Update agent.json

Browse files
Files changed (1) hide show
  1. agent.json +2 -2
agent.json CHANGED
@@ -5,13 +5,13 @@
5
  "final_answer"
6
  ],
7
  "model": {
8
- "class": "LiteLLMModel",
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": "ollama_chat/qwen2:7b",
15
  "custom_role_conversions": null
16
  }
17
  },
 
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
  },