This commit is contained in:
2026-05-13 16:07:47 +03:00
parent a411c6874a
commit 78932e82af
4 changed files with 30 additions and 5 deletions
+2
View File
@@ -119,6 +119,8 @@ export function getDefaultModelForPurpose(provider: AiProvider, purpose: AiRunti
}
case AiProvider.GEMINI:
switch (purpose) {
case "vision":
case "ocr":
case "outputImages":
return Environment.GEMINI_IMAGE_MODEL;
case "speechToText":