David Gayda
David Gayda
I am also having this issue, and have not yet found a resolution.
I believe it is now working correctly for me. I had to do 2 things. 1. Find the correct key names to use. I have model, deployment_name, and api_key set...
I am having this same issue, I have not yet figured out a resolution.
I believe I have it working now - I included a parameter called api_key in the config from my Azure account. `"config":{ "model": 'text-embedding-ada-002', "deployment_name": "text-embedding-ada-002" "api_key": os.environ.get("AZURE_OPENAI_KEY") }`