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
|
2024-02-06 02:03:35 +00:00
|
|
|
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"]
|