-
Notifications
You must be signed in to change notification settings - Fork 110
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
Timeline for beta or stable release? #71
Comments
Hi, we appreciate the excitement. We will be shifting toward beta very soon! I'll keep this thread updated when more information is clear. |
Alpha testing now |
Any update on this? The official announcement said that the Go SDK is currently available in Beta, yet the repo is still in Alpha. We are excited to start migrating, but wondering where to put this in our own development timeline |
Hi all, we appreciate your patience. The current SDK is design is undergoing limited development. A breaking version will come out later this month featuring improved ergonomics for param and response structs. This will involve a few breaking changes, but it shouldn't take long to migrate and a full guide will be posted. I'll share a rough overview to give a sense of the updates (may be subject to change).
In the meantime, we still recommend using the library. If you update your IDE to the latest |
@jacobzim-stl thank you for the quick response. We will wait for this next update and then migrate over. Any specific release tags to look for? |
how does openai/openai-go compare to https://github.com/sashabaranov/go-openai/ implementation? |
@jacobzim-stl sorry to bother you, is there any update on the beta version timeline? |
@jacobzim-stl also wondering if the version mentioned here has been released yet. My team has been waiting for this to migrate
|
@jacobzim-stl also wondering if the version mentioned here has been released yet. My team has been waiting for this to migrate |
We'll be going live early this week! We appreciate your patience. |
The new design is out now, we'd be grateful for any feedback as you migrate. We're particularly interested in improving:
Some features actively in development are:
Thanks everyone for your patience! |
I'm glad the migration guide includes a footnote clarifying the required Go version. At first, the README had me worried—I thought I'd need to upgrade to Go 1.24.
|
|
Just another update, we're aiming to finish beta with a stable API around the end of March, I'm going to close this issue for now. We don't anticipate any breaking changes of similar magnitude as the shift from alpha to beta. However, minor changes such as renaming helper functions, and some type narrowing may occur (particularly for There are a few features we're going to release soon after the API stabilizes, primarily that param structs will all implement |
We are currently using https://github.com/sashabaranov/go-openai, but considering switching to this. But I'm worried that it is still in alpha.
Is there a timeline for beta or stable release?
The text was updated successfully, but these errors were encountered: