fixed chat client typoes
This commit is contained in:
@@ -5,7 +5,7 @@ export const FALLBACK_MODELS = [
|
||||
{ value: 'qwen2.5-coder:14b', label: 'Qwen 2.5 Coder 14B' },
|
||||
];
|
||||
|
||||
export const DEFAULT_MODEL = MODELS[0].value;
|
||||
export const DEFAULT_MODEL = FALLBACK_MODELS[0].value;
|
||||
|
||||
export const API_DEFAULTS = {
|
||||
SESSIONS_LIMIT: 20,
|
||||
|
||||
Reference in New Issue
Block a user