Azure openai not working: Unrecognized request argument supplied #383
-
I followed the example as such using azure openai and gpt4:
and got this error
when i use the preview model:
i get this error:
I am new to instructor, if anyone could give any advice of this, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@hsu4 I just ran this code on my Azure GPT4-Turbo deployment and it works. My best guess as to why yours fails is that your GPT4 deployment is not called "gpt-4-1106-preview" but something else. This is a parameter you can customize in Azure when first deploying the model and you can find the deployment name in Azure OpenAI Studio -> Management -> Deplyments as described here. |
Beta Was this translation helpful? Give feedback.
@hsu4 I just ran this code on my Azure GPT4-Turbo deployment and it works. My best guess as to why yours fails is that your GPT4 deployment is not called "gpt-4-1106-preview" but something else.
This is a parameter you can customize in Azure when first deploying the model and you can find the deployment name in Azure OpenAI Studio -> Management -> Deplyments as described here.