Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure API base instruction wrong? #8

Closed
brentrichards opened this issue Feb 20, 2024 · 1 comment
Closed

Azure API base instruction wrong? #8

brentrichards opened this issue Feb 20, 2024 · 1 comment

Comments

@brentrichards
Copy link

Hi. I think you have the Azure API base instruction wrong.

I tried https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/completions?api-version={api-version}
However got errors - error message was the model was ?looking for GPT 4

Instead I used https://{your-resource-name}).openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version=2023-12-01-preview, which seems to work. (i.e. add in '/chat' after deployment ID - which seems to be in some other instructions on general sites around using Azure GPT4V).

Is this correct now, or will this create issues for me?

thanks

@vyokky
Copy link
Contributor

vyokky commented Feb 20, 2024

Thanks, you are correct. Just update the readme according.

@vyokky vyokky closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants