Deploy Inicial do SteelCheck com Docker Build Automatizado
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user