Lobe Chat

🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management / RAG ), Multi-Modals (Vision/TTS) and plugin system. One-click FREE deployment of your private ChatGPT/ Claude application.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  lobe-chat:
    container_name: lobe-chat
    image: lobehub/lobe-chat
    ports:
      - 3210:3210
    environment:
      - OPENAI_API_KEY=sk-xxxx
      - ACCESS_CODE=lobe66
    restart: always

Resources

Website: https://lobehub.com/

Demo: https://chat-preview.lobehub.com/

GitHub: https://github.com/lobehub/lobe-chat

Docker Hub: https://hub.docker.com/r/lobehub/lobe-chat

Configuration: https://lobehub.com/docs/self-hosting/platform/docker