Spaces:
Runtime error
Runtime error
Update agent.json
Browse files- agent.json +3 -3
agent.json
CHANGED
@@ -5,13 +5,13 @@
|
|
5 |
"final_answer"
|
6 |
],
|
7 |
"model": {
|
8 |
-
"class": "
|
9 |
"data": {
|
10 |
-
"max_tokens":
|
11 |
"temperature": 1,
|
12 |
"last_input_token_count": null,
|
13 |
"last_output_token_count": null,
|
14 |
-
"
|
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 |
},
|