ziki99
Results
2
issues of
ziki99
I tried to run the sample code using Azure OpenAI API from [https://github.com/joaomdmoura/crewAI-examples/blob/main/azure_model/main.py](url) I haved made one fix for the original code to include the `expected_output='Detailed report on potential AI...
I wanted to enable crew memory with AzureOpenAI by adding the embedding based on [https://docs.crewai.com/core-concepts/Memory/](url) as following. I have also defined the .env with my AzureOpenAI endpoint and key and...