Agent Zero not working with Azure Open API Key and endpoint
Hi , I deployed the agent- zero image in Azure container configuring below Environment variables.
API_KEY_OPENAI_AZURE OPENAI_AZURE_ENDPOINT OPENAI_API_VERSION TOKENIZERS_PARALLELISM=true PYDEVD_DISABLE_FILE_VALIDATION=1 WEB_UI_PORT=50001 USE_CLOUDFLARE=false
getting error 401
I got the fix for this.
Maintain .env file with below key value details in it.
API_KEY_OPENAI_AZURE OPENAI_AZURE_ENDPOINT OPENAI_API_VERSION
But having issue that, Deployment not found error.
This is happening also for normal OpenAi key. I think this bug is related to the latest version as the previous one didn't have this problem.
I got the fix for this.
Maintain .env file with below key value details in it.
API_KEY_OPENAI_AZURE OPENAI_AZURE_ENDPOINT OPENAI_API_VERSION
But having issue that, Deployment not found error.