EdgeGPT-Go icon indicating copy to clipboard operation
EdgeGPT-Go copied to clipboard

EdgeGPT-Go: Reverse engineered API of Microsoft's Bing Chat AI for Golang with GRPC, CLI, Library interface and cookie manager

Results 1 EdgeGPT-Go issues
Sort by recently updated
recently updated
newest added

hub.go:49 // NewConnect create new websocket connection func (h *Hub) NewConnect() (*websocket.Conn, error) { conn, _, err := websocket.DefaultDialer.Dial(h.wssUrl.String(), Helpers.GetHeaders(h.headers)) It occurs an error after I followed the example on...