Skip to content

Commit

Permalink
feat: output selected backend (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Steppé <alexandre.steppe@gmail.com>
  • Loading branch information
HatiCode authored Mar 30, 2023
1 parent 5f54842 commit be061da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var AuthCmd = &cobra.Command{
// override the default backend if a flag is provided
if backend != "" {
backendType = backend
color.Green("Using %s as backend AI provider", backendType)
}

fmt.Printf("Enter %s Key: ", backendType)
Expand Down

0 comments on commit be061da

Please sign in to comment.