@ahoo-wang/godex 0.0.7 → 0.0.8
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 +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -345,7 +345,7 @@ default_provider: zhipu
|
|
|
345
345
|
providers:
|
|
346
346
|
zhipu:
|
|
347
347
|
api_key: ${ZHIPU_API_KEY}
|
|
348
|
-
base_url: https://open.bigmodel.cn/api/paas/v4
|
|
348
|
+
base_url: https://open.bigmodel.cn/api/coding/paas/v4
|
|
349
349
|
models:
|
|
350
350
|
"gpt-4o": glm-4.7 # model name mapping
|
|
351
351
|
"*": glm-5.1 # catch-all fallback
|
package/README.zh-CN.md
CHANGED
|
@@ -345,7 +345,7 @@ default_provider: zhipu
|
|
|
345
345
|
providers:
|
|
346
346
|
zhipu:
|
|
347
347
|
api_key: ${ZHIPU_API_KEY}
|
|
348
|
-
base_url: https://open.bigmodel.cn/api/paas/v4
|
|
348
|
+
base_url: https://open.bigmodel.cn/api/coding/paas/v4
|
|
349
349
|
models:
|
|
350
350
|
"gpt-4o": glm-4.7 # 模型名称映射
|
|
351
351
|
"*": glm-5.1 # 兜底映射
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ahoo-wang/godex",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Make every model a Codex engine through an OpenAI-compatible Responses API gateway",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"node": ">=18.0.0"
|
|
46
46
|
},
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@ahoo-wang/godex-darwin-arm64": "0.0.
|
|
49
|
-
"@ahoo-wang/godex-darwin-x64": "0.0.
|
|
50
|
-
"@ahoo-wang/godex-linux-x64": "0.0.
|
|
51
|
-
"@ahoo-wang/godex-linux-arm64": "0.0.
|
|
52
|
-
"@ahoo-wang/godex-win32-x64": "0.0.
|
|
53
|
-
"@ahoo-wang/godex-win32-arm64": "0.0.
|
|
48
|
+
"@ahoo-wang/godex-darwin-arm64": "0.0.8",
|
|
49
|
+
"@ahoo-wang/godex-darwin-x64": "0.0.8",
|
|
50
|
+
"@ahoo-wang/godex-linux-x64": "0.0.8",
|
|
51
|
+
"@ahoo-wang/godex-linux-arm64": "0.0.8",
|
|
52
|
+
"@ahoo-wang/godex-win32-x64": "0.0.8",
|
|
53
|
+
"@ahoo-wang/godex-win32-arm64": "0.0.8"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@biomejs/biome": "^2.4.15",
|
|
57
|
-
"@ahoo-wang/fetcher": "^3.16.
|
|
58
|
-
"@ahoo-wang/fetcher-decorator": "^3.16.
|
|
59
|
-
"@ahoo-wang/fetcher-eventstream": "^3.16.
|
|
57
|
+
"@ahoo-wang/fetcher": "^3.16.8",
|
|
58
|
+
"@ahoo-wang/fetcher-decorator": "^3.16.8",
|
|
59
|
+
"@ahoo-wang/fetcher-eventstream": "^3.16.8",
|
|
60
60
|
"@clack/prompts": "^1.4.0",
|
|
61
61
|
"@types/bun": "^1.2.0",
|
|
62
62
|
"@types/js-yaml": "^4.0.9",
|