Martin Wan
Results
1
comments of
Martin Wan
thanks to @farzad528 on this post: https://github.com/crewAIInc/crewAI/issues/1235 **Documents** and **code of examples** need to be updated. `mode` should be used to define **AzureChatOpenAI**, not `azure_deployment`. ``` azure_llm = AzureChatOpenAI( azure_endpoint=os.environ.get("AZURE_OPENAI_ENDPOINT"),...