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
chore(openai): Add support for HTTP proxy configuration. (#3)
- Add `net/http` and `net/url` packages to `commit.go`
- Add `httpClient` and `proxy` variables to `commit.go`
- Add `proxy` flag to `config.go`
- Add `httpClient` argument to `New` function in `openai/openai.go`
- Add conditional assignment to `cfg.HTTPClient` in `New` function of `openai/openai.go`
fix#1
0 commit comments