Fix model name display.

This commit is contained in:
Jakub Kukul 2023-01-03 19:44:04 +01:00 committed by GitHub
parent 00723148ea
commit 10ad7dd272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import {
import { IModel } from "../types";
export default class Model extends Command {
static description = `Change model preference (default: ${defaultModel})`;
static description = `Change model preference (default: ${defaultModel.name})`;
static examples = ["<%= config.bin %> <%= command.id %> (Follow the prompt)"];