You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue when using the us.meta.llama3-2-90b-instruct-v1:0 model from Bedrock. The code I am using is designed to handle streaming events, specifically looking for the on_chat_model_stream event. However, when I run the code with this model, I do not receive the expected event.
I expect to receive the on_chat_model_stream event when using the us.meta.llama3-2-90b-instruct-v1:0 model, similar to how it works with the Claude 3.5 Sonnet model.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I am experiencing an issue when using the us.meta.llama3-2-90b-instruct-v1:0 model from Bedrock. The code I am using is designed to handle streaming events, specifically looking for the on_chat_model_stream event. However, when I run the code with this model, I do not receive the expected event.
I expect to receive the on_chat_model_stream event when using the us.meta.llama3-2-90b-instruct-v1:0 model, similar to how it works with the Claude 3.5 Sonnet model.
System Info
pip freeze | grep langchain
langchain==0.3.2
langchain-core==0.3.28
platform: Windows
python version: 3.11.0
Beta Was this translation helpful? Give feedback.
All reactions