chore: modelo Gemini 2.5-flash → 3.5-flash

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-28 01:11:14 -05:00
co-authored by Claude Sonnet 4.6
parent f5ef28e2c7
commit a08e2002c4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ $payload = json_encode([
],
], JSON_UNESCAPED_UNICODE);
$ch = curl_init("https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key={$apiKey}");
$ch = curl_init("https://generativelanguage.googleapis.com/v1beta/models/gemini-3.5-flash:generateContent?key={$apiKey}");
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,