From 50836cc32310a81837ba81a71f3731d0d75286e3 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 4 Jul 2025 09:25:57 -0400 Subject: [PATCH] Fixes in librechat.yaml; moving CHECK_BALANCE from env into YAML config. --- ansible/app-configs/librechat/librechat.yaml.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible/app-configs/librechat/librechat.yaml.j2 b/ansible/app-configs/librechat/librechat.yaml.j2 index 0acb4af8..aa384d72 100644 --- a/ansible/app-configs/librechat/librechat.yaml.j2 +++ b/ansible/app-configs/librechat/librechat.yaml.j2 @@ -1,4 +1,6 @@ version: 1.2.8 +balance: + enabled: false endpoints: custom: - name: "rinoa-ollama" @@ -13,14 +15,14 @@ endpoints: "dolphin-mistral:7b", "llama2:7b", "llama3.3:70b", - "mistral-openorca:7b" + "mistral-openorca:7b", "mistral:7b", "orca-mini:3b", "phi4:14b", "qwen2.5", "smollm2:1.7b", "starcoder2:3b", - "tinyllama:1.1b", + "tinyllama:1.1b" ] # fetching list of models is supported but the `name` field must start # with `ollama` (case-insensitive), as it does in this example.