Introducing MistralChatGPT, a fork of BetterChatGPT to make it easy to use Mistral.AI models.
This is a fork of MistralChatGPT that includes newer models!
- Includes newer models (22b and Codestral)
- Includes my attempt at using the free Codestral API (Autoswaps API Key when using free model)
Free Codestral API Endpoint does not work yet - Kept getting CORS Error
docker pull 0xgingi/mistralchatgpt:latest
docker run -p 3030:3030 -d --restart=always 0xgingi/mistralchatgpt
To get started with MistralChatGPT, simply follow these steps:
- Clone the repository by running
git clone https://github.com/0xGingi/MistralChatGPT.git
- Install the dependencies by running
yarn
ornpm install
- Run the app by running
yarn dev
ornpm run dev
- Enter your Mistral AI API key into the
API
menu - Start chatting!
You can obtain an API key by creating an account on the Mistral AI website. Once you have created an account and have been granted access to their API, you can generate an API key from their console
- Utilizes Mistral AI for its conversational capabilities
- Use any of the Mistral AI Models!
- Simple and easy-to-use interface
- Track your costs
- Runs on Vite for fast development
This project was forked from BetterChatGPT, which is an amazing project created by @ztjhz. You can find the original repository here, be sure to star it!