LibreChat

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

---

URL: https://railway.app/template/b5k2mn

3 Replies

dtinth
HOBBY

a year ago

I think the description and the default value might have been swapped for this variable.

Attachments


marcvallverdu
HOBBY

9 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


Anonymous
FREE

3 months ago

Hi,

The variable RAG_API_URL has a couple of problems:

1. By default it uses`https://${{" RAG API books emoji".RAILWAY_PUBLIC_DOMAIN}}. This triggers a warning about using the public domain for the RAG API. This is also missing the $PORT definition which results in a warning about RAG API is either not running or not reachable.

  1. The emoji in the service name breaks the variable interpolation syntax in Railway. If I rename the service from "RAG API books emoji" to something simpler like rag_api and update the variable to use a definition like http://${{rag_api.RAILWAY_PRIVATE_DOMAIN}}:${{rag_api.PORT}} then the error about RAG API not running gets fixed.


Loading...