mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
552 B
552 B
TODO
- Investigate Mistral API 404 error
- Fix Mistral provider configuration (changed api to "mistral-conversations" and baseUrl to "https://api.mistral.ai")
Issue Resolution
The Mistral provider had two configuration errors:
- Used deprecated
api: "openai-completions"instead ofapi: "mistral-conversations" - Incorrect baseUrl with
/v1suffix. The Mistral SDK'sserverURLexpects the base URL without path suffixes - it appends the API paths internally. Changed fromhttps://api.mistral.ai/v1tohttps://api.mistral.ai