2 years ago
Description: Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Vertex AI, Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development
Resources:
GitHub Repos:
- LibreChat: github.com/danny-avila/librechat
- RAG API: github.com/danny-avila/rag_api
- Website: github.com/LibreChat-AI/librechat.ai
Other:
- Website: librechat.ai
- Documentation: docs.librechat.ai
- Blog: blog.librechat.ai
---
3 Replies
10 months ago
I think the description and the default value might have been swapped for this variable.
Attachments
7 months ago
Struggling to get MongoDB working - the database gets stuck in Connecting Database - any ideas? I didn't touch anything from the base install
2 months ago
Hi,
The variable RAG_API_URL has a couple of problems:
1. By default it uses`https://${{" RAG API . This triggers a warning about using the public domain for the RAG API. This is also missing the
".RAILWAY_PUBLIC_DOMAIN}}$PORT definition which results in a warning about RAG API is either not running or not reachable.
The emoji in the service name breaks the variable interpolation syntax in Railway. If I rename the service from "RAG API
" to something simpler like rag_apiand update the variable to use a definition likehttp://${{rag_api.RAILWAY_PRIVATE_DOMAIN}}:${{rag_api.PORT}}then the error about RAG API not running gets fixed.

