@tencent-ai/agent-server 0.0.10 → 0.0.12

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
@@ -13,6 +13,12 @@ npm i @tencent-ai/agent-server
13
13
  MODEL_ID=
14
14
  BASE_URL=
15
15
  TOKEN=
16
+
17
+ MAX_STEPS=5
18
+ MAX_RETRIES=3
19
+ MAX_TOKENS=4096
20
+ TEMPERATURE=0.1
21
+
16
22
  ```
17
23
 
18
24
  ### 启动服务
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/agent-server",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "Tencent AI Agent Server",
5
5
  "main": ".genie/dist/backend/index.js",
6
6
  "typings": "lib/node/index.d.ts",