-
Notifications
You must be signed in to change notification settings - Fork 206
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
Error When Prompting Mistral/Mixtral Model from AWS Bedrock #264
Comments
Thanks for this issue. @massi-ang is the point person for Bedrock integrations. @massi-ang might you know what is going on?
|
Hi @ianarawjo, do you use the boto3 AWS client to query the Bedrock models? If not, I'm curious—why don't you use it? I've noticed it's more straightforward since you can just use regular API keys without needing a session key. |
I didn’t write the Bedrock integration, @massi-ang did. He would have to comment here. |
Hi @bahamasbahamas, we use the boto3 client. The I'll need to look how allow to use just an |
@bahamasbahamas regarding the issue you are facing, I tested the latest |
HI @bahamasbahamas. I reproduced this problem both on chainforge.ai/play site and when using @ianarawjo can you share how the react app is built so that I can get to the root cause of the problem? |
There is no difference with how the react app is built —npm run build is what is done in all cases. The sole difference is just adding /play the HTML index page on the /play site. There are no other differences. |
Description:
I successfully cloned the repository from the main branch and tested the application with LLMs deployed on Azure using the OpenAI resource, and everything worked as expected. However, I encountered an issue when attempting to prompt a Mistral model hosted on AWS Bedrock.
Steps to Reproduce:
Expected Behavior:
I expected that the prompts would be successfully processed by the Mistral/Mixtral models without any errors.
Observed Behavior:
When attempting to send prompts, the application failed to collect responses and suggested re-running the prompt node. The specific error logged was:
Environment:
Operating System: Ubuntu 22.04 + docker
The text was updated successfully, but these errors were encountered: