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
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
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
version: 1.2.8
|
version: 1.2.8
|
||||||
|
balance:
|
||||||
|
enabled: false
|
||||||
endpoints:
|
endpoints:
|
||||||
custom:
|
custom:
|
||||||
- name: "rinoa-ollama"
|
- name: "rinoa-ollama"
|
||||||
@@ -13,14 +15,14 @@ endpoints:
|
|||||||
"dolphin-mistral:7b",
|
"dolphin-mistral:7b",
|
||||||
"llama2:7b",
|
"llama2:7b",
|
||||||
"llama3.3:70b",
|
"llama3.3:70b",
|
||||||
"mistral-openorca:7b"
|
"mistral-openorca:7b",
|
||||||
"mistral:7b",
|
"mistral:7b",
|
||||||
"orca-mini:3b",
|
"orca-mini:3b",
|
||||||
"phi4:14b",
|
"phi4:14b",
|
||||||
"qwen2.5",
|
"qwen2.5",
|
||||||
"smollm2:1.7b",
|
"smollm2:1.7b",
|
||||||
"starcoder2:3b",
|
"starcoder2:3b",
|
||||||
"tinyllama:1.1b",
|
"tinyllama:1.1b"
|
||||||
]
|
]
|
||||||
# fetching list of models is supported but the `name` field must start
|
# fetching list of models is supported but the `name` field must start
|
||||||
# with `ollama` (case-insensitive), as it does in this example.
|
# with `ollama` (case-insensitive), as it does in this example.
|
||||||
|
|||||||
Reference in New Issue
Block a user