@tencent-ai/agent-server 0.0.18 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,6 +15,7 @@ MODEL_NAME=
15
15
  BASE_URL=
16
16
  API_KEY=
17
17
  TOKEN=
18
+ PROVIDER_TYPE = openai # 支持 openai / deepseek
18
19
 
19
20
  MAX_STEPS=5
20
21
  MAX_RETRIES=3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/agent-server",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "description": "Tencent AI Agent Server",
5
5
  "main": ".genie/dist/backend/index.js",
6
6
  "typings": "lib/node/index.d.ts",