chat / librechat.yaml
Guru-25's picture
Update librechat.yaml
65025fd verified
version: 1.2.4
cache: true
fileStrategy: "s3"
interface:
runCode: false
parameters: true
agents: true
modelSpecs:
list:
- name: "gpt-4.1"
label: "GPT 4.1"
default: true
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
preset:
modelLabel: "GPT 4.1"
endpoint: "Github Models"
model: "gpt-4.1"
temperature: 1
max_tokens: 800
top_p: 1
- name: "gemini-2.5-pro-exp-03-25"
label: "Gemini 2.5 Pro (experimental)"
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/google.svg"
preset:
modelLabel: "Gemini 2.5 Pro"
endpoint: "google"
model: "gemini-2.5-pro-exp-03-25"
temperature: 1
topK: 64
topP: 0.95
maxOutputTokens: 65536
- name: "Gemini 2.5 Pro (experimental)"
label: "Gemini 2.5 Pro (experimental)"
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/mistral.png"
preset:
endpoint: "agents"
agent_id: "agent_o-J94iEVBVZARI44PTpuH"
- name: "o4-mini-high"
label: "o4-mini-high"
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
preset:
modelLabel: "o4-mini-high"
endpoint: "Github Models"
model: "o4-mini"
max_tokens: 100000
reasoning_effort: "high"
- name: "o3-mini-high"
label: "o3-mini-high"
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
preset:
modelLabel: "o3-mini-high"
endpoint: "Github Models"
model: "o3-mini"
max_tokens: 100000
reasoning_effort: "high"
- name: "o3"
label: "o3"
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/openai.svg"
preset:
modelLabel: "o3"
endpoint: "Github Models"
model: "o3"
max_tokens: 100000
reasoning_effort: "high"
- name: "Grok 3 Reasoning"
label: "Grok 3 Reasoning"
iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/xai.svg"
preset:
modelLabel: "Grok 3 Reasoning"
endpoint: "grok"
model: "grok-3-reasoning"
endpoints:
agents:
capabilities:
- "ocr"
custom:
- name: "Github Models"
iconURL: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
apiKey: "${GITHUB_KEY}"
baseURL: "https://models.inference.ai.azure.com"
models:
default:
- gpt-4.1
- o3-mini
- o4-mini
- gpt-4.1-nano
titleConvo: true
titleModel: "gpt-4.1-nano"
- name: "grok"
apiKey: "${GROK_KEY}"
baseURL: "https://guru-25-grok.hf.space/v1"
models:
default:
- grok-3-reasoning
speech:
speechTab:
speechToText:
engineSTT: "external"
textToSpeech:
engineTTS: "external"
stt:
openai:
url: "https://api.groq.com/openai/v1/audio/transcriptions"
apiKey: "${STT_API_KEY}"
model: "whisper-large-v3"
tts:
openai:
url: "https://api.groq.com/openai/v1/audio/speech"
apiKey: "${TTS_API_KEY}"
model: "playai-tts"
voices: ["Celeste-PlayAI"]