chore: whitelist jan model with tool use support by default

This commit is contained in:
Louis 2025-08-12 10:33:41 +07:00
parent c355649759
commit 25a0c14be8
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -17,7 +17,7 @@ export enum ModelCapabilities {
// TODO: Remove this enum when we integrate llama.cpp extension // TODO: Remove this enum when we integrate llama.cpp extension
export enum DefaultToolUseSupportedModels { export enum DefaultToolUseSupportedModels {
JanNano = 'jan-nano', JanNano = 'jan-',
Qwen3 = 'qwen3', Qwen3 = 'qwen3',
Lucy = 'lucy', Lucy = 'lucy',
} }