openai-go
openai-go copied to clipboard
Is there any chance to get realtime api integration in go sdk
Is there any chance to get chat-gpt realtimeapi
The timeline on this isn't set yet, but I'll keep this thread updated.
@jacobzim-stl Any updates here?
Any updates? 🙏
I've got a example with github.com/coder/websocket working: https://gist.github.com/jackielii/4bded87e4d24fac3d82d45aea84b2d77
IMHO, openai-go should have all the structs that maps to the websocket API. This can already help the developers a lot. In addition, it doesn't introduce a new dependency for websocket, which I believe might be a tricky decision for openai's internal team?
Is there any plans for this? It would be nice to have all the structs/marshalling/unmarshalling, so we can use our own web socket connection.
There is https://github.com/WqyJh/go-openai-realtime, but I haven't looked into it yet.