From 0de9e5eb24569a3784329f397af6c8f66c9b2af7 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Thu, 31 Jul 2025 18:00:08 +0800 Subject: [PATCH] refactor: update new zhipu ai dev docs website link (#8713) update new zhipu ai docs website link Co-authored-by: gongchao --- src/renderer/src/config/providers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/config/providers.ts b/src/renderer/src/config/providers.ts index 76095fe22b..fc071a2dd4 100644 --- a/src/renderer/src/config/providers.ts +++ b/src/renderer/src/config/providers.ts @@ -320,7 +320,7 @@ export const PROVIDER_CONFIG = { websites: { official: 'https://open.bigmodel.cn/', apiKey: 'https://open.bigmodel.cn/usercenter/apikeys', - docs: 'https://open.bigmodel.cn/dev/howuse/introduction', + docs: 'https://docs.bigmodel.cn/', models: 'https://open.bigmodel.cn/modelcenter/square' } },