From cc89f5330a1a6cc42c1ab71c91cd37a9cb8f86c6 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Tue, 29 Apr 2025 07:57:31 +0800 Subject: [PATCH] fix: update API key URL in provider configuration --- 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 5c1b30e39a..7bff824a43 100644 --- a/src/renderer/src/config/providers.ts +++ b/src/renderer/src/config/providers.ts @@ -579,7 +579,7 @@ export const PROVIDER_CONFIG = { }, websites: { official: 'https://qiniu.com', - apiKey: 'https://marketing.qiniu.com/activity/2025_newspring?cps_key=1h4vzfbkxobiq#deepseek-title', + apiKey: 'https://portal.qiniu.com/ai-inference/api-key?cps_key=1h4vzfbkxobiq', docs: 'https://developer.qiniu.com/aitokenapi', models: 'https://developer.qiniu.com/aitokenapi/12883/model-list' }