Skip to content

Commit 52fa74b

Browse files
committed
fix: remove old deprecated lite models config
1 parent 337946d commit 52fa74b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

worker/agents/inferutils/config.types.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -315,18 +315,6 @@ export interface AgentConstraintConfig {
315315
enabled: boolean;
316316
}
317317

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-
330318
export interface AgentConstraintConfig {
331319
allowedModels: Set<AIModels>;
332320
enabled: boolean;

0 commit comments

Comments
 (0)