-
-
Notifications
You must be signed in to change notification settings - Fork 90
2.1.3 Frontend: LibreChat
av edited this page Sep 14, 2024
·
1 revision
Handle:
librechat
URL: http://localhost:33891
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.
# Will start librechat alongside
# the default webui
harbor up librechat
If you want to make LibreChat your default UI, please see the information below:
# Replace the default webui with librechat
# afterwards, you can just run `harbor up`
harbor defaults rm webui
harbor defaults add librechat
# You'll also want to set librechat as a main UI
harbor config set ui.main librechat
# That'll allow you to open the librechat
# directly with
harbor open
harbor qr
harbor tunnel
LibreChat comes with a lot of features and settings that can be adjusted to your liking. Harbor will keep all the relevant files in the librechat
folder of the workspace.
- Official Configuration reference
- ./librechat/librechat.yml - main configuration file
- ./librechat/.env - service-specific environment variables