We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0beab commit cfaf218Copy full SHA for cfaf218
pkg/config/config.go
@@ -52,7 +52,7 @@ func (c ConstantsConfig) GetBrevAuthIssuerURL() string {
52
}
53
54
func (c ConstantsConfig) GetConsoleURL() string {
55
- return getEnvOrDefault(brevConsoleURL, "https://brev.nvidia.com")
+ return getEnvOrDefault(brevConsoleURL, "https://brev.nvidia.com/cli-login")
56
57
58
func (c ConstantsConfig) GetOllamaAPIURL() string {
0 commit comments