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

Incorrect URL for Assistants api on Azure #575

Closed
remixtedi opened this issue May 27, 2024 · 3 comments
Closed

Incorrect URL for Assistants api on Azure #575

remixtedi opened this issue May 27, 2024 · 3 comments
Labels
bug Something isn't working Ready for next version This issue solved and waiting for next release
Milestone

Comments

@remixtedi
Copy link

Bug Description
According to the API specifications for Azure OpenAI assistants, the current prefix is incorrect. It should not require a deployment ID or ApiPrefix, and we should be able to call the /assistants endpoint directly. You can find the official specifications at https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2024-05-01-preview/inference.json

When using the Beta Assistants functionality, the API returns a 404 error. After updating the URL on my local fork, the assistants started working.

Additional Context
This issue is specific to the Azure provider and may not be relevant for OpenAI. and I didn't create a PR because I'm not familiar with the structure of the project and it would be simpler and safer if someone else would fix it.

@kayhantolga
Copy link
Member

Please feel free to create a PR. I can review and make changes if necessary. I think it would be easier. 🙏

@kayhantolga kayhantolga added the bug Something isn't working label Jun 1, 2024
@kayhantolga
Copy link
Member

#578 Looks good?

@remixtedi
Copy link
Author

#578 Looks good?

It should work! thanks <3

@kayhantolga kayhantolga added the Ready for next version This issue solved and waiting for next release label Jun 3, 2024
@kayhantolga kayhantolga added this to the 8.3.0 milestone Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Ready for next version This issue solved and waiting for next release
Projects
None yet
Development

No branches or pull requests

2 participants