Merge pull request #882 from sipeed/fix/issue#565

Update config file reference from config.yaml to config.json
This commit is contained in:
daming大铭 2026-02-28 00:41:23 +08:00 committed by GitHub
commit 2f4f45080b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ func (c *cmd) List(ctx context.Context, message telego.Message) error {
if provider == "" { if provider == "" {
provider = "configured default" provider = "configured default"
} }
response = fmt.Sprintf("Configured Model: %s\nProvider: %s\n\nTo change models, update config.yaml", response = fmt.Sprintf("Configured Model: %s\nProvider: %s\n\nTo change models, update config.json",
c.config.Agents.Defaults.GetModelName(), provider) c.config.Agents.Defaults.GetModelName(), provider)
case "channels": case "channels":