Update config file reference from config.yaml to config.json

Closes: #565
This commit is contained in:
美電球
2026-02-28 00:36:39 +08:00
committed by GitHub
parent 1211218b60
commit ebfa72a286
+1 -1
View File
@@ -119,7 +119,7 @@ func (c *cmd) List(ctx context.Context, message telego.Message) error {
if provider == "" {
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)
case "channels":