Bunty Shah
Bunty Shah
Is this issue resolved? Changes in pull 3687 doesn't seems to have fix this issue.
I see this has been fixed in recent release of V1.11 I can see better table and markdown code then earlier version.
"Internal Server Error" if use AzureChatOpenAI through company authorization, but OpenAI directly OK
Did you look into exactly where it breaks? For me when you try this way `llm = AzureChatOpenAI( default_headers={ "Authorization": f"Bearer {token}", "Ocp-Apim-Subscription-Key": "key", 'Cache-Control': 'no-cache', 'Content-Type': 'application/json', 'Ocp-Apim-Trace': 'true'...
Sorry i didn't get your question, i got this reference from this link https://github.com/crewAIInc/crewAI/issues/541 Here is a complete code ```pdf_search = PDFSearchTool( config=dict( llm=dict( provider="azure_openai", # or google, openai, anthropic,...
No i have removed the correct deployment name, my versions are as below: CrewAI - 0.36.1 CrewAI tools - 0.4.26
> Hello @buntys2010 , I was able to get around this with the following change in embed chain > embedder > azure_openai.py > > ```python > #from langchain_community.embeddings import AzureOpenAIEmbeddings...
> Can you upgrade to latest version > > crewai == 0.41.1 Upgrading to 0.41.1 still doesnt work