-
Notifications
You must be signed in to change notification settings - Fork 522
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
[LLM]Mistral implementation #190
Conversation
@andrewpareles : updated Mistral to follow you Friday changes |
@andrewpareles when do you plan to merge it ? |
Thanks for this - I don't love that Mistral doesn't have an abort method, is there any way we could get around this, or maybe we could use openAI-compatible endpoint to build this instead? |
There is few options
Let me try to find a workaround, I'll keep this merge request open. This could be also a test for the void auto update feature when it's released. |
@andrewpareles : done, waiting for the merge. |
@andrewpareles :this is working with model-selection as well. |
Great, will merge it ASAP. |
Cleaned this up to go with conventions, a lot of checks were redundant. Lmk what you think. What's |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect, trying to merge it on model-selection to see it in action, moving on that
.tool-versions is a file setup with my version manager to setup nodejs version and python version on the project level. https://asdf-vm.com for more information. |
Alright we can add it to gitignore, will merge |
This is the Mistral API implementation on Void using Mistral AI official npm package :