-
Notifications
You must be signed in to change notification settings - Fork 0
Add a Mistral engine #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Add Mistral as an API engine (OpenAI-compatible, base URL
https://api.mistral.ai/v1).Where:
backend/services/engines/(newmistral.py), register in__init__.pybuild_engine(), add a test intests/test_engines.py, expose it infrontend/src/screens/Engines.tsx.Guide: there's a full step-by-step "add your first engine in ~20 minutes" walkthrough in CONTRIBUTING.md using Mistral as the example. Great first PR.