We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337946d commit 52fa74bCopy full SHA for 52fa74b
worker/agents/inferutils/config.types.ts
@@ -315,18 +315,6 @@ export interface AgentConstraintConfig {
315
enabled: boolean;
316
}
317
318
-export const LiteModels = [
319
- AIModels.GEMINI_2_5_FLASH,
320
- AIModels.GEMINI_2_5_FLASH_LATEST,
321
- AIModels.GEMINI_2_5_FLASH_LITE,
322
- AIModels.GEMINI_2_5_FLASH_LITE_LATEST,
323
- AIModels.OPENAI_5_MINI,
324
- AIModels.OPENAI_O4_MINI,
325
- AIModels.OPENAI_CHATGPT_4O_LATEST,
326
- AIModels.OPENAI_OSS,
327
- AIModels.CEREBRAS_GPT_OSS,
328
-];
329
-
330
export interface AgentConstraintConfig {
331
allowedModels: Set<AIModels>;
332
0 commit comments