x
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# https://www.librechat.ai/docs/configuration/librechat_yaml
|
||||
|
||||
# Configuration version (required)
|
||||
version: 1.2.1
|
||||
version: 1.3.1
|
||||
|
||||
# Cache settings: Set to true to enable caching
|
||||
cache: true
|
||||
@@ -85,7 +85,6 @@ interface:
|
||||
|
||||
By using the Website, you acknowledge that you have read these Terms of Service and agree to be bound by them.
|
||||
|
||||
endpointsMenu: true
|
||||
modelSelect: true
|
||||
parameters: true
|
||||
sidePanel: true
|
||||
@@ -134,20 +133,34 @@ transactions:
|
||||
# Note: If balance.enabled is true, transactions will always be enabled
|
||||
# regardless of this setting to ensure balance tracking works correctly
|
||||
|
||||
# speech:
|
||||
# tts:
|
||||
# openai:
|
||||
# url: ''
|
||||
# apiKey: '${TTS_API_KEY}'
|
||||
# model: ''
|
||||
# voices: ['']
|
||||
speech:
|
||||
speechTab:
|
||||
conversationMode: true
|
||||
advancedMode: true
|
||||
speechToText:
|
||||
engineSTT: "external"
|
||||
languageSTT: "English (US)"
|
||||
autoTranscribeAudio: true
|
||||
decibelValue: -45
|
||||
autoSendText: 0
|
||||
textToSpeech:
|
||||
engineTTS: "external"
|
||||
voice: "alloy"
|
||||
languageTTS: "en"
|
||||
automaticPlayback: true
|
||||
playbackRate: 1.0
|
||||
cacheTTS: true
|
||||
tts:
|
||||
elevenlabs:
|
||||
apiKey: '${TTS_API_KEY}'
|
||||
model: 'eleven_multilingual_v2'
|
||||
voices: ['202898wioas09d2', 'addwqr324tesfsf', '3asdasr3qrq44w', 'adsadsa']
|
||||
|
||||
#
|
||||
# stt:
|
||||
# openai:
|
||||
# url: ''
|
||||
# apiKey: '${STT_API_KEY}'
|
||||
# model: ''
|
||||
|
||||
stt:
|
||||
openai:
|
||||
apiKey: '${STT_API_KEY}'
|
||||
model: 'whisper-1'
|
||||
|
||||
# rateLimits:
|
||||
# fileUploads:
|
||||
@@ -176,11 +189,13 @@ actions:
|
||||
mcpServers:
|
||||
pieces:
|
||||
# type: sse # type can optionally be omitted
|
||||
type: "streamable-http"
|
||||
url: https://pieces-mcp.baked.rocks/mcp
|
||||
timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers.
|
||||
headers:
|
||||
mcp-session-id: {{LIBRECHAT_BODY_CONVERSATIONID}}
|
||||
xpipe:
|
||||
type: "streamable-http"
|
||||
url: https://xpipe-mcp.baked.rocks/mcp
|
||||
timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers.
|
||||
headers:
|
||||
@@ -256,7 +271,7 @@ endpoints:
|
||||
# # Set to 0.0 to show all sources (no filtering), or higher like 0.7 for stricter filtering
|
||||
minRelevanceScore: 0.4
|
||||
# # (optional) Agent Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
|
||||
capabilities: ["execute_code", "file_search", "actions", "tools"]
|
||||
capabilities: ["execute_code", "file_search", "actions", "tools", "web_search", "ocr", "artifacts", "chain", "context"]
|
||||
custom:
|
||||
# Groq Example
|
||||
- name: 'bifrost'
|
||||
|
||||
@@ -335,8 +335,8 @@ MEILI_MASTER_KEY=5e3490d4b8da39d3195132ccf9a77f71
|
||||
# Speech to Text & Text to Speech #
|
||||
#==================================================#
|
||||
|
||||
STT_API_KEY=
|
||||
TTS_API_KEY=
|
||||
STT_API_KEY=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
|
||||
TTS_API_KEY=sk_9a8e3153ba1e3133a4d87cd0dafa723e24d997ab3a0b8870
|
||||
|
||||
#==================================================#
|
||||
# RAG #
|
||||
|
||||
Reference in New Issue
Block a user