Using the AzureOpenAi client, and getting a 404
AsyncAzureOpenAI( api_key=os.getenv("AZURE_OPENAI_API_KEY"), api_version="2024-01-25-preview", azure_endpoint=os.getenv("AZURE_OPENAI_ENDPOINT", ""), )
As you can see in the image below, I'm using the 0125 model version. Interestingly, I don't even see my model version listed directly here:https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation
I've tried this on openai-1.23.2 and openai-1.14.3