Skip to content

Commit

Permalink
Update client.go (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshineplan authored Mar 30, 2024
1 parent e1c7243 commit 7e58417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func New(cfg ai.ClientConfig) (client ai.AI, err error) {
ai.WithAPIKey(cfg.APIKey),
ai.WithEndpoint(cfg.Endpoint),
ai.WithProxy(cfg.Proxy),
ai.WithModel(cfg.Model),
ai.WithModelConfig(cfg.ModelConfig),
}
if cfg.Limit != nil {
Expand Down

0 comments on commit 7e58417

Please sign in to comment.