From 729ea610f6c72a24537f83f1909da3825a3cedd5 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 1 Mar 2025 10:54:15 -0500 Subject: [PATCH] Typo fix in librechat.yaml. --- ansible/app-configs/librechat_librechat.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/app-configs/librechat_librechat.yaml.j2 b/ansible/app-configs/librechat_librechat.yaml.j2 index a6670c9a..6df31260 100644 --- a/ansible/app-configs/librechat_librechat.yaml.j2 +++ b/ansible/app-configs/librechat_librechat.yaml.j2 @@ -5,7 +5,7 @@ endpoints: baseURL: "http://ollama:11434/v1/chat/completions" models: default: [ - "deepseek-r1" + "deepseek-r1", "deepseek-coder-v2", "deepseek-v3", "llama3.3",