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

Add assistants API support for Azure OpenAI #73

Closed
the-gigi opened this issue Apr 4, 2024 · 2 comments · Fixed by #72
Closed

Add assistants API support for Azure OpenAI #73

the-gigi opened this issue Apr 4, 2024 · 2 comments · Fixed by #72
Assignees
Labels
enhancement New feature or request

Comments

@the-gigi
Copy link
Contributor

the-gigi commented Apr 4, 2024

Azure OpenAI recently added support for the assistants API. Let's implement in in simple-openai

The URL and request structure of assistants API calls (As well as Files and Threads) is different from the existing /chat/completions and will requires changes to the HTTP request interceptor.

@sashirestela sashirestela added the enhancement New feature or request label Apr 4, 2024
@sashirestela
Copy link
Owner

sashirestela commented Apr 8, 2024

@the-gigi I suggest you sync your branch because several changes have been added on the weekend.

@the-gigi
Copy link
Contributor Author

@the-gigi I suggest you sync your branch because several changes have been added on the weekend.

done. the PR #72 is now ready for final review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants