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

assistants API #533

Open
Koeng101 opened this issue Nov 7, 2023 · 6 comments
Open

assistants API #533

Koeng101 opened this issue Nov 7, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@Koeng101
Copy link

Koeng101 commented Nov 7, 2023

Is your feature request related to a problem? Please describe.
Today, OpenAI announced their assistants API. I would like support for this API in golang. https://platform.openai.com/docs/api-reference/assistants

Describe the solution you'd like
Support for the assistants API

Describe alternatives you've considered
N/A

Additional context
N/A

I expect others also will want this feature, and hopefully someone is working on a fork right now! If not, I'll probably eventually make one, since I want to use it.

@Koeng101 Koeng101 added the enhancement New feature or request label Nov 7, 2023
@danai-antoniou
Copy link
Contributor

danai-antoniou commented Nov 7, 2023

@henomis thanks so much for adding assistants and threads! 🚀 OOI are you planning on adding runs along with the threads?

@Koeng101
Copy link
Author

Koeng101 commented Nov 7, 2023

Holy crap. That was fast.

@henomis
Copy link
Contributor

henomis commented Nov 7, 2023

I think threads and runs must have a separated PRs

@henomis
Copy link
Contributor

henomis commented Nov 9, 2023

@sashabaranov @vvatanabe
Run API PR is completed. It's a lot of code, I need some help from the go-openai community to test/review this one before merging it.

@kb
Copy link
Contributor

kb commented Nov 10, 2023

@henomis I've been working on some code that is using the Assistant, Thread, Run, (and yet to be merged Message) APIs and things so far have worked out. Just put up a small PR to fix one issue I had with the Runs logic. #561

@henomis
Copy link
Contributor

henomis commented Nov 10, 2023

@kb Great job! Thanks for testing! I'll check your PR

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

No branches or pull requests

4 participants