Skip to content

Commit

Permalink
#29: chores
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger12 committed Dec 21, 2023
1 parent 236a319 commit def24a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/openai/openaiclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func Client(poolName string, modelName string, payload []byte) (*ProviderClient,
c := &ProviderClient{
Provider: *selectedProvider,
PoolName: poolName,
baseURL: defaultBaseURL, // Set the appropriate base URL
baseURL: defaultBaseURL,
payload: payload,
httpClient: httpClient,
}
Expand Down

0 comments on commit def24a0

Please sign in to comment.