diff --git a/services/aiService.ts b/services/aiService.ts index e985dde..cae0b60 100644 --- a/services/aiService.ts +++ b/services/aiService.ts @@ -493,7 +493,7 @@ export const analyzeWithMinimax = async (file: File, apiKey: string, model: stri reader.readAsDataURL(file); }); - const response = await fetch('https://api.minimax.chat/v1/chat/completions', { + const response = await fetch('https://api.minimaxi.com/v1/chat/completions', { method: 'POST', headers: { 'Authorization': `Bearer ${apiKey}`,