Auto-deploy: 2026-08-05 17:56:24
This commit is contained in:
@@ -51,8 +51,8 @@ if (empty($apiKey)) {
|
||||
// an application lands, so it gets the stronger model. Comments and post
|
||||
// rewrites are high-volume and low-stakes, so they stay on the cheap model.
|
||||
$MODELS = [
|
||||
'generatePdf' => $_ENV['GEMINI_MODEL_CV'] ?? 'gemini-flash-latest',
|
||||
'generateText' => $_ENV['GEMINI_MODEL_TEXT'] ?? 'gemini-flash-latest',
|
||||
'generatePdf' => $_ENV['GEMINI_MODEL_CV'] ?? 'gemini-flash-lite-latest',
|
||||
'generateText' => $_ENV['GEMINI_MODEL_TEXT'] ?? 'gemini-flash-lite-latest',
|
||||
'generateComment' => $_ENV['GEMINI_MODEL_LIGHT'] ?? 'gemini-flash-lite-latest',
|
||||
'repurposePost' => $_ENV['GEMINI_MODEL_LIGHT'] ?? 'gemini-flash-lite-latest',
|
||||
];
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user