AzureOpenAI and model #285
-
I'm a bit confused. When I create an implementation in Azure OpenAI Studio I must give up a name (deploymentId) and a Modelname and some more settings but than I can call the api like this and give a different model:
My question is. Is this valid? Or do I have to give the same model is defined in the Azure implementation? |
Beta Was this translation helpful? Give feedback.
Answered by
StephenHodgson
Aug 20, 2024
Replies: 1 comment 6 replies
-
yes. give it the same model as the deployment. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe so, although, I am unsure if you can just skip providing the model altogether. If so, I can just skip adding it as parameter to the request, but need verification before making this change.