Auto-deploy: 2026-05-18 00:18:20

This commit is contained in:
Hamza-Ayed
2026-05-18 00:18:20 +03:00
parent 0267dc698c
commit f3b04c1c4c
2 changed files with 8 additions and 8 deletions

View File

@@ -48,9 +48,8 @@ if (empty($apiKey)) {
exit;
}
// $model = "gemini-flash-lite-latest";
$model = "gemini-flash-lite-latest";
// $model = "gemini-2.5-flash";
// gemini-2.5-flash is required for reliable structured JSON output (list_analysis)
$model = "gemini-2.5-flash";
$geminiUrl = "https://generativelanguage.googleapis.com/v1beta/models/{$model}:generateContent?key=" . $apiKey;
// ==========================================