Deploy Inicial do SteelCheck com Docker Build Automatizado

This commit is contained in:
2026-06-22 22:43:52 +00:00
parent 8ae7d27525
commit bec44fc6a8
+1 -1
View File
@@ -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}`,