This commit is contained in:
decolua
2026-05-26 23:09:19 +07:00
parent ac2fee7305
commit 146310a3a3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -92,6 +92,7 @@ export const PROVIDER_MODELS = {
{ id: "iflow-rome-30ba3b", name: "iFlow ROME" }, { id: "iflow-rome-30ba3b", name: "iFlow ROME" },
], ],
ag: [ // Antigravity - special case: models call different backends ag: [ // Antigravity - special case: models call different backends
{ id: "gemini-3.5-flash-extra-low", name: "Gemini 3.5 Flash (Extra Low)" },
{ id: "gemini-3-flash-agent", name: "Gemini 3.5 Flash (High)" }, { id: "gemini-3-flash-agent", name: "Gemini 3.5 Flash (High)" },
{ id: "gemini-3.5-flash-low", name: "Gemini 3.5 Flash (Medium)" }, { id: "gemini-3.5-flash-low", name: "Gemini 3.5 Flash (Medium)" },
{ id: "gemini-pro-agent", name: "Gemini 3.1 Pro (High)" }, { id: "gemini-pro-agent", name: "Gemini 3.1 Pro (High)" },
+1 -1
View File
@@ -1,4 +1,4 @@
// import { Readable } from "stream"; // unused — re-enable with got-scraping block below import { Readable } from "stream";
import { MEMORY_CONFIG } from "../config/runtimeConfig.js"; import { MEMORY_CONFIG } from "../config/runtimeConfig.js";
import { dbg } from "./debugLog.js"; import { dbg } from "./debugLog.js";