Skip to content

jorge-menjivar/unsaged

Repository files navigation

unsaged logo

Join our Discord

🎉 Welcome to unsaged

unsaged is a cutting-edge chat kit engineered for seamless interaction with AI models. It allows you to easily have conversations with different AI models from a variety of providers, all in one place. It also allows you to manage multiple users and conversations, and synchronize them across different devices. Leveraging the power of Next.js and Supabase, it offers a user-friendly and robust interface for engaging with AI models from a variety of providers.

You can use it live at app.unsaged.com. Just make sure not to put in personal information as your conversations will be stored in Postgres (Supabase) until you delete them.

🚧 Installation

Follow the installation instructions in the Getting Started section of the documentation.

🌟 Key Features

  • Multi-Model Support: Switch between different AI models from a variety of providers with ease.
  • Multi-User Support: Easily switch between users and manage their respective conversations.
  • Cloud Sync: Synchronize your conversations across different devices seamlessly with Supabase.
  • System Prompts: Personalize your conversation context and the AI's personality with system prompts.
  • Message Templates: Speed up message generation with support for variable templates.

🤖 Supported AI Models

  • OpenAI
    • GPT-3.5-Turbo, GPT-3.5-Turbo-16k
    • GPT-4, GPT-4-32k, GPT-4-Turbo
  • Anthropic
    • Claude Instant 1 (100k)
    • Claude 2 (100k)
  • Google PaLM 2
    • Chat Bison (Bard)
  • Azure OpenAI
    • GPT-3.5-Turbo, GPT-3.5-Turbo-16k
    • GPT-4, GPT-4-32k
  • Ollama
    • Llama2-7b, Llama2-13b, Llama2-70b, goliath, llama2-uncensored
    • Codellama-7b, Codellama-13b, Codellama-70b
    • Wizard-7b, Wizard-13b, Wizard-34b
    • Phind-Codellama
    • Mistral, Mistral-OpenOrca, neural-chat
    • openchat
    • orca-mini
    • vicuna
    • deepseek-coder-1b, deepseek-coder-6.7b, deepseek-coder-33b

🚀 Upgrading unsaged

  • On November 13th, 2023, we released a major update to unsaged, which introduced more settings to the conversation. It requires that you update some database table columns. If you are upgrading from a version of unsaged released before this date, you will need to run the Upgrade Script in the Supabase SQL editor.
  • On November 16th, 2023, we released a major update to unsaged, which converts this repo into monorepo to support the documentation website. It requires that you change a setting in your Vercel project, if you have one. If you do have one, you need to set apps/web as the Root Directory in your Vercel project's settings.

📝 License

unsaged is licensed under the Apache 2.0 License. For more information, please refer to the LICENSE file in the repository.

🤝 How to Contribute

We welcome contributions to the unsaged project! If you're interested in contributing, please take a look at our CONTRIBUTING.md file for guidelines and details on the process.

Alt

📸 Screenshots

Screenshot-1

Screenshot-2

Screenshot-4

Screenshot-5

📚 Built With

unsaged was built using the following technologies:

  • Next.js: A React framework for production - it makes building static and dynamic React apps a breeze.
  • Supabase: An open-source Firebase alternative. We use it for its awesome database and authentication capabilities.
  • Chatbot UI: A customizable and easy-to-use chat UI for web applications.

We are grateful to the developers and communities behind these projects for their work that helped make unsaged possible.