1
0
Fork 0
local-llm/librechat/librechat.yaml

21 lines
648 B
YAML
Raw Normal View History

2024-02-03 03:27:22 +00:00
version: 1.0.1
cache: true
endpoints:
custom:
2024-02-11 04:53:37 +00:00
- name: "Ollama"
iconURL: https://ollama.ai/public/icon.png
2024-02-03 03:27:22 +00:00
apiKey: "noUse"
baseURL: "http://litellm:8000"
models:
default: ["mistral-7b"]
2024-02-11 04:53:37 +00:00
fetch: true
2024-02-03 03:27:22 +00:00
titleConvo: true
titleModel: "mistral-7b"
summarize: true
summaryModel: "mistral-7b"
forcePrompt: false
2024-02-11 04:53:37 +00:00
modelDisplayLabel: "Ollama"
2024-02-03 03:27:22 +00:00
# addParams:
# safe_prompt: true
# NOTE: For Mistral, it is necessary to drop the following parameters or you will encounter a 422 Error:
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]