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',