Some checks failed
CI / Clippy (push) Has been cancelled
CI / Format (pull_request) Has been cancelled
CI / Clippy (pull_request) Has been cancelled
CI / Security Audit (pull_request) Has been cancelled
CI / Tests (pull_request) Has been cancelled
CI / Deploy (pull_request) Has been cancelled
CI / Format (push) Successful in 25s
CI / Security Audit (push) Has been cancelled
CI / Tests (push) Has been cancelled
CI / Deploy (push) Has been cancelled
Update privacy/terms URLs to dash-dev.meghsakha.com and Ollama baseURL to production endpoint for Coolify deployment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
41 lines
894 B
YAML
41 lines
894 B
YAML
# CERTifAI LibreChat Configuration
|
|
# Ollama backend for self-hosted LLM inference.
|
|
version: 1.2.8
|
|
|
|
cache: true
|
|
|
|
registration:
|
|
socialLogins:
|
|
- openid
|
|
|
|
interface:
|
|
privacyPolicy:
|
|
externalUrl: https://dash-dev.meghsakha.com/privacy
|
|
termsOfService:
|
|
externalUrl: https://dash-dev.meghsakha.com/impressum
|
|
endpointsMenu: true
|
|
modelSelect: true
|
|
parameters: true
|
|
|
|
endpoints:
|
|
custom:
|
|
- name: "Ollama"
|
|
apiKey: "ollama"
|
|
baseURL: "https://mac-mini-von-benjamin-2:11434/v1/"
|
|
models:
|
|
default:
|
|
- "llama3.1:8b"
|
|
- "qwen3:30b-a3b"
|
|
fetch: true
|
|
titleConvo: true
|
|
titleModel: "current_model"
|
|
summarize: false
|
|
summaryModel: "current_model"
|
|
forcePrompt: false
|
|
modelDisplayLabel: "CERTifAI Ollama"
|
|
dropParams:
|
|
- stop
|
|
- user
|
|
- frequency_penalty
|
|
- presence_penalty
|