Skip to content

feat: add support for mistral #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025
Merged

feat: add support for mistral #291

merged 1 commit into from
Jun 1, 2025

Conversation

chr-hertel
Copy link
Member

@chr-hertel chr-hertel commented Apr 22, 2025

  • text generation
  • streaming
  • tool calling
  • image input
  • structured output
  • embeddings
  • examples
  • documentation

Implementation is basically functional, but has following flaws to be resolved:

  1. tool schema differs in a breaking way from GPT - extension point is a MUST
  2. duplication of stream, message conversion and tool calling
  3. error handling - once again

@chr-hertel chr-hertel force-pushed the feat-mistral branch 5 times, most recently from 009944f to 5d019d5 Compare May 1, 2025 19:57
@chr-hertel chr-hertel mentioned this pull request May 18, 2025
5 tasks
@chr-hertel chr-hertel force-pushed the feat-mistral branch 3 times, most recently from dbeef43 to caa4ba3 Compare June 1, 2025 13:46
@chr-hertel chr-hertel marked this pull request as ready for review June 1, 2025 13:47
@chr-hertel chr-hertel merged commit c27618d into main Jun 1, 2025
7 checks passed
@chr-hertel chr-hertel deleted the feat-mistral branch June 1, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant