sigoden / aichat

All-in-one AI CLI tool featuring Chat-REPL, Shell Assistant, RAG, AI tools & agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.
Apache License 2.0
3.97k stars 265 forks source link

Adding support for codestral model #556

Closed dtrckd closed 4 months ago

dtrckd commented 4 months ago

A code centered model that looks promising, freshly announced, codestral (a mistral model) : https://mistral.ai/news/codestral/ Some features :

sigoden commented 4 months ago

Users can access it using .model mistral:codestral-latest.

I'll add it to models.yaml just before the next release.