1
0
Fork 0
home-stack-kustomize/kustomize/env/prod/configurations/librechat/librechat.yaml

18 lines
517 B
YAML
Raw Normal View History

2024-02-06 00:14:44 +00:00
version: 1.0.1
cache: true
endpoints:
custom:
2024-02-17 07:01:24 +00:00
- name: "LiteLLM"
iconURL: https://ollama.ai/public/icon.png
apiKey: "${LITELLM_MASTER_KEY}"
2024-02-06 00:14:44 +00:00
baseURL: "http://librechat-litellm.llm.svc:8000"
2024-02-17 07:01:24 +00:00
models:
default: ["openhermes", "solar"]
fetch: true
2024-02-06 00:14:44 +00:00
titleConvo: true
2024-02-17 07:01:24 +00:00
titleModel: "solar"
summarize: false
summaryModel: "solar"
2024-02-06 00:14:44 +00:00
forcePrompt: false
2024-02-17 07:01:24 +00:00
modelDisplayLabel: "LiteLLM"
dropParams: ["stop", "frequency_penalty", "presence_penalty"]