Update config file reference from config.yaml to config.json
Closes: #565
This commit is contained in:
parent
1211218b60
commit
ebfa72a286
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue