From 06e237184375f714050e2806d85de5bcb0939b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=99=E5=85=89?= Date: Sat, 10 May 2025 13:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/hooks/useAIRequest.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曙光 --- src/hooks/useAIRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useAIRequest.ts b/src/hooks/useAIRequest.ts index 5ba35e3..b1253bd 100644 --- a/src/hooks/useAIRequest.ts +++ b/src/hooks/useAIRequest.ts @@ -18,7 +18,7 @@ const useAIRequest = () => { method: 'POST', headers: { 'Content-Type': 'application/json', - 'Authorization': 'Bearer sk-mw9ekhJlSj3GeGiw0hLRSHlwdkDFst8q6oBfQrW0L15QilbY' + 'Authorization': 'Bearer sk-1PBIyxIdJ42yyC11XRNqbEXYDt2eZRNVNbd8XxmKjnPXGh5S' }, body: JSON.stringify({ model: options.model || 'gpt-4o-mini',