You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAI has now introduced its official SDK for Golang.
There's enough support in Golang to access the other LLMs.
Benefits:
Single, compiled binary for end users. No pip nuances.
Installation via homebrew becomes radically simple, fast and light weight
User has the option to download the published binary directly from the repository as well.
Build & publish process is a lot simpler for maintainers
Dockershrink will run much faster
Docker itself is written in Go. So DS gets much better library support. Especially no more reliance on the python lib that parses Dockerfiles with go bindings (parser has limitations)
Challenges:
Need to rewrite code :( Maybe O1 / Copilot can help a lot with the rewrite
The text was updated successfully, but these errors were encountered:
OpenAI has now introduced its official SDK for Golang.
Benefits:
Challenges:
The text was updated successfully, but these errors were encountered: