Install bun:
And run the playground:
bun install bun run dev --open- Chat interface with the Mistral API
- All API options supported
- Customizable API endpoint to use your own
- History of your previous prompts
- Create Embeddings
- Can be used offline with a local endpoint
- Share generated chats
You can follow the official Mistral guide to have a local endpoint: https://docs.mistral.ai/deployment/self-deployment/vllm/. Once your server is ready, you can set the url in the settings (e.g http://localhost:8000 if you followed the example).