Crewai is having major problem , its takes openai reference though using other llms
- Many feature and tools are failing in other LLMs like bedrock ( PDFSearch)
- While using streamlit and gradio and using business logic its default taking openai references and giving openai.APIStatusError: Error code: 302
- Seems crewai is very much tightly coupled with OpenAI for complex scenarios .
Usecase-1
Getting the below errors while trying to connect with JIRA , so that the agent can create and update JIRA stories.
using bedrock details in .env file and as per community suggestion also put OPENAI_API_KEY=NA , though after running the code its giving the
Error
openai.APIStatusError: Error code: 302
File “C:\Users\joydroy\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai_base_client.py”, line 949, in request
return self._request(
^^^^^^^^^^^^^^
File “C:\Users\joydroy\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai_base_client.py”, line 1057, in _request
raise self._make_status_error_from_response(err.response) from None
openai.APIStatusError: Error code: 302