Skip to content

Commit

Permalink
fix: add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris Boutselis committed Apr 23, 2023
1 parent 6794897 commit 469fe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var AuthCmd = &cobra.Command{
newProvider := ai.AIProvider{
Name: backend,
Model: model,
Password: password
Password: password,
BaseURL: baseURL,
Engine: engine,
}
Expand Down

0 comments on commit 469fe23

Please sign in to comment.