domalbert
Results
2
comments of
domalbert
Hello, I was facing the same issue. I think that maybe this query might help you more. My assumption why you were getting the error might also be related to...
You should put in the deployment name into AzureOpenAI: > llm = AzureOpenAI(model_name=deployment_name, deployment_id=deployment_name,deployment_name=deployment_name) However for me this depends a lot if I take chatGPTs ```gpt35-turbo``` or ```gpt-4``` version. Here...