vue2server7 7.0.95 → 7.0.97

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.
Files changed (2) hide show
  1. package/11 +20 -0
  2. package/package.json +1 -1
package/11 ADDED
@@ -0,0 +1,20 @@
1
+ name: Internal Qwen
2
+ version: 1.0.0
3
+ schema: v1
4
+
5
+ models:
6
+ - name: qwen15-32b
7
+ provider: openai
8
+ model: qwen15-32b
9
+ apiKey: 你的API_KEY
10
+ apiBase: http://maasapp.aip.bj.bob.test8080/apis/ais-v2
11
+
12
+ defaultCompletionOptions:
13
+ temperature: 0.1
14
+ maxTokens: 20000
15
+
16
+ requestOptions:
17
+ headers:
18
+ X-LLM-Application-Tag: proxyai
19
+ extraBodyProperties:
20
+ stream: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2server7",
3
- "version": "7.0.95",
3
+ "version": "7.0.97",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "nodemon --watch src --ext ts --exec \"ts-node src/app.ts\"",