mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-04 00:36:33 +00:00
feat: output selected backend (#153)
Signed-off-by: Alexandre Steppé <alexandre.steppe@gmail.com>
This commit is contained in:
@@ -35,6 +35,7 @@ var AuthCmd = &cobra.Command{
|
|||||||
// override the default backend if a flag is provided
|
// override the default backend if a flag is provided
|
||||||
if backend != "" {
|
if backend != "" {
|
||||||
backendType = backend
|
backendType = backend
|
||||||
|
color.Green("Using %s as backend AI provider", backendType)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Enter %s Key: ", backendType)
|
fmt.Printf("Enter %s Key: ", backendType)
|
||||||
|
Reference in New Issue
Block a user