Compare commits

...

1 Commits

Author SHA1 Message Date
Trez.One 50836cc323 Fixes in librechat.yaml; moving CHECK_BALANCE from env into YAML config.
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Has been cancelled
2025-07-04 09:25:57 -04:00
@@ -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.