We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65112c commit 90d1063Copy full SHA for 90d1063
1 file changed
providers/agent.go
@@ -28,5 +28,5 @@ func NewProvider(config *config.Config) (Provider, error) {
28
}
29
return provider, nil
30
31
- return nil, errors.New("Invalid provider config in ~/.chatz.ini")
+ return nil, errors.New("Invalid PROVIDER in Config/Environment.")
32
0 commit comments