-
Notifications
You must be signed in to change notification settings - Fork 1.3k
add amazon bedrock for autocomplete #3100
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
Conversation
🦋 Changeset detectedLatest commit: 3e409b8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@markijbema I did not have credentials either when I did that :-) I did it blind and a corporate client verified it was working. I could not get creds out of the maintainer / CM to test it :-( I guess it is time for a shared credentials / password manager like Bitwarden or something for PR reviewers |
|
We probably have credentials somewhere and otherwise i can obtain it, I was just hoping for a quick check :P |
| // Source: https://docs.mistral.ai/getting-started/models/models_overview/ | ||
| bedrock: "mistral.codestral-2508-v1:0", | ||
| // Source: https://huggingface.co/mistralai/Codestral-22B-v0.1 | ||
| huggingface: "mistralai/Codestral-22B-v0.1", |
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.
Remove, isn't supported
6f3231f to
e22ad89
Compare
|
I didn't test it in amazon, but i did verify that the model indeed exists, and -v1:0 seems to be their format |
Tbh I don't currently have the setup to verify these modelnames
@adamhill i noticed you did some changes to bedrock before, could you verify this?
Or @leviduke ?
fixes #2857