1
0
Fork 0
This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
librechat-mistral/librechat/librechat.yaml

21 lines
639 B
YAML

version: 1.0.1
cache: true
endpoints:
custom:
- name: "Ollama"
iconURL: https://ollama.ai/public/icon.png
apiKey: "noUse"
baseURL: "http://litellm:8000"
models:
default: ["mistral"]
fetch: true
titleConvo: true
titleModel: "mistral"
summarize: true
summaryModel: "mistral"
forcePrompt: false
modelDisplayLabel: "Ollama"
# 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"]