From a23a3af4c62520e3f4844a3a49cff8849545a949 Mon Sep 17 00:00:00 2001 From: hex2077 Date: Tue, 2 Sep 2025 01:13:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0openai-qwen-oauth?= =?UTF-8?q?=E5=88=B0provider=5Fpools.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- provider_pools.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/provider_pools.json b/provider_pools.json index 49e274e..460d804 100644 --- a/provider_pools.json +++ b/provider_pools.json @@ -92,5 +92,17 @@ "errorCount": 0, "lastErrorTime": null } + ], + "openai-qwen-oauth": [ + { + "QWEN_OAUTH_CREDS_FILE_PATH": "./qwen_creds.json", + "uuid": "658a2114-c4c9-d713-b8d4-ceabf0e0bf18", + "checkModelName": null, + "isHealthy": true, + "lastUsed": null, + "usageCount": 0, + "errorCount": 0, + "lastErrorTime": null + } ] } \ No newline at end of file