template / librechat.yaml
Superchik's picture
Update librechat.yaml
c613b6c verified
raw
history blame
No virus
1.17 kB
# Configuration version (required)
version: 1.1.2
# Cache settings: Set to true to enable caching
cache: false
registration:
socialLogins: ["discord", "facebook", "github", "google", "openid"]
# Definition of custom endpoints
endpoints:
custom:
# Zapzatron_API
- name: "Zapzatron_API"
apiKey: "user_provided"
baseURL: "https://handy-uniformly-chipmunk.ngrok-free.app/v1"
models:
default: [
"gpt-4o",
"gpt-4o-mini",
"gpt-4-0125-preview",
"gpt-4",
"gpt-3.5-turbo",
"gemini-pro",
"llama3-70b-8192",
]
fetch: true
titleConvo: true
titleModel: "gpt-4o-mini"
summarize: false
summaryModel: "gpt-4o-mini"
forcePrompt: false
# dropParams: ["stop", "user", "frequency_penalty", "presence_penalty", "temperature", "top_p", "stream"]
modelDisplayLabel: "Zapzatron_API"
# iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/icons/NagaAI.png"
# See the Custom Configuration Guide for more information:
# https://docs.librechat.ai/install/configuration/custom_config.html