From 836f819246bdda31ef00d8068ec616dd3e428be5 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 27 Feb 2025 19:22:19 -0500 Subject: [PATCH] Typo fix in LibreChat YAML config. --- ansible/app-configs/librechat_librechat.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/app-configs/librechat_librechat.yaml.j2 b/ansible/app-configs/librechat_librechat.yaml.j2 index 90828f1b..a6670c9a 100644 --- a/ansible/app-configs/librechat_librechat.yaml.j2 +++ b/ansible/app-configs/librechat_librechat.yaml.j2 @@ -6,8 +6,8 @@ endpoints: models: default: [ "deepseek-r1" - "deepseek-coder-v2" - "deepseek-v3" + "deepseek-coder-v2", + "deepseek-v3", "llama3.3", "phi4", "qwen2.5", @@ -18,7 +18,7 @@ endpoints: "starcoder2", "dolphin-mixtral", "smollm2", - "orca-mini" + "orca-mini", "mistral-openorca" ] # fetching list of models is supported but the `name` field must start