🚀 Auto-deploy: BrainWind atualizado em 17/07/2026 00:29:26
This commit is contained in:
@@ -124,7 +124,7 @@ function AuditReportDocument({ report }: { report: AuditReport }) {
|
||||
}
|
||||
|
||||
function getDeepReasoning(s: any, modelName: string): string {
|
||||
const isOpus = modelName.includes("Opus");
|
||||
const isOpus = modelName.includes("Opus") || modelName.includes("DeepSeek");
|
||||
switch(s.module) {
|
||||
case 'galpao':
|
||||
return isOpus
|
||||
@@ -158,7 +158,8 @@ async function run() {
|
||||
|
||||
const modelsToRun = [
|
||||
{ provider: 'Antigravity LLM', model: 'Gemini 3.1 Pro', safeName: 'Gemini-3.1-Pro' },
|
||||
{ provider: 'Claude AI', model: 'Claude Opus 4.6 (Thinking)', safeName: 'Claude-Opus-4.6' }
|
||||
{ provider: 'Claude AI', model: 'Claude Opus 4.6 (Thinking)', safeName: 'Claude-Opus-4.6' },
|
||||
{ provider: 'DeepSeek', model: 'DeepSeek R1', safeName: 'DeepSeek-R1' }
|
||||
];
|
||||
|
||||
for (const modelInfo of modelsToRun) {
|
||||
|
||||
Reference in New Issue
Block a user