-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
Description
Hello,
I am working on an AWS focused hackathon where i am limited to use Amazon only models. I was able to use "bedrock/amazon.nova-pro-v1:0" model for my usecase when i execute the "Crewai run" command. But when i set the same model for "chat_llm" property and try to run "crewai chat" command the cli fails with unknown exception.
I even tried to test it using Anthropic latest models like "Claude 3.5 Sonnet V2" and faced the same error. The only model with which i was able to get the chat work is when i used the legacy model "Claude 3 Sonnet".
It would be helpful to make the chat option support the same models as the run option.
Regards
Kishore
Steps to Reproduce
Set the chat_llm to "bedrock/amazon.nova-pro-v1:0" and use"crewai chat".
Expected behavior
crewai chat should work with Amazon Nova models.
Screenshots/Code snippets
NA
Operating System
Windows 11
Python Version
3.12
crewAI Version
0.148
crewAI Tools Version
NA
Virtual Environment
Venv
Evidence
NA
Possible Solution
None
Additional context
None