joeyDIGs
Results
1
comments of
joeyDIGs
What worked for me was replacing ```python llm = AzureOpenAI( deployment_name="td2", model_name="text-davinci-002", ) ``` For ```python llm = AzureOpenAI( engine="td2", model_name="text-davinci-002", ) ```