mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Fix Bug
This commit is contained in:
@@ -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,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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user