• Stars
    star
    229
  • Rank 170,995 (Top 4 %)
  • Language Vue
  • License
    MIT License
  • Created over 1 year ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

✨ A beautiful UI for ChatGPT and other conversational models

Golem is an open-source conversational UI and alternative to ChatGPT

🚀 Key Features:

  •  Access to GPT-3.5 / GPT-4 APIs
  • 🎨 Customizable UI
  • 🌑 Dark mode
  • 🗑️ Delete messages
  • ⭐️ Favorite messages and conversations
  • 🔎 Search messages
  • ⚙️ Custom settings for conversations

 Host on the Personal Cloud with Deta

  • 🔑 Your data and conversations only belong to you
  • 📦 Integrate easily with other apps, everything on the personal cloud is programmable
  • 💠 Cross device synchronisation
  • 🍻 Share chat history

🛠 Configuration

You can use environment variables to customize your instance.

Variable Description
GOLEM_PASSWORD Protects the instance with this password, which will be prompted at every usage.
OPENAI_API_KEY Enforces the usage of this API Key on the instance.

🐳 Running on Docker

You can run Golem on Docker with the following command:

docker run -p3000:3000 theajax/golem

🗺️ Roadmap:

  • 📄 External knowledge (documents, websites, etc.) support
  • 🤖 Additional AI language models support
  • 🌍 Multi-language support
  • 🔌 Plugins support