Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Godzab committed Nov 14, 2022
1 parent d26657a commit 4634e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ func prepareRequestHeaders(apiKey string, req *http.Request) {
func (a *Gpt3Client) Setup(engines ...string) {
a.apiKey = internal.Config.Gpt3ApiKey
a.apiVersion = internal.Config.Gpt3ApiVersion
a.apiBaseUrl = internal.Config.Gpt3ApiKey
a.apiBaseUrl = internal.Config.Gpt3BaseUrl
a.engines = append(a.engines, engines...)
}

0 comments on commit 4634e8f

Please sign in to comment.