Deploy Inicial do SteelCheck com Docker Build Automatizado

This commit is contained in:
2026-06-22 23:02:27 +00:00
parent 7126789557
commit 4aa3febfa8
3 changed files with 11 additions and 4 deletions
+1 -2
View File
@@ -462,8 +462,7 @@ export const analyzeWithOpenRouter = async (file: File, apiKey: string, model: s
]
}
],
temperature: 0.1,
response_format: { type: 'json_object' }
temperature: 0.1
})
});