Descrepancy results AsyncAzureOpenAI.azure_deployment and client.chat.completions.create(model) #1868
Closed
1 task done
Labels
question
Further information is requested
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
When running the AzureOpenAI service with azure_deployment gpt-4o 2024-05-13 I get very different completion results when I enter model='gpt-4' and model='gpt-4o'.
I would expect the model parameter not to matter in this case, as there is only one model to choose from the given deployment.
To Reproduce
Run and observe stream:
twice:
The first deployment will give markdown heavy response, structured with bold titles etc., while the second response will give solely paragraphs.
Code snippets
No response
OS
python:3.12-slim
Python version
python v.3.12
Library version
openai v.1.51.2
The text was updated successfully, but these errors were encountered: