Merge conflicts

This commit is contained in:
Chantal D Gama Rose 2025-03-14 14:48:45 -07:00
parent eebb0f6e61
commit dd1c0876f7
4 changed files with 3 additions and 10937 deletions

View file

@ -50,12 +50,6 @@ class ModelPromptFormat(Subcommand):
action="store_true",
help="List all available models",
)
self.parser.add_argument(
"-l",
"--list",
action="store_true",
help="List all available models",
)
def _run_model_template_cmd(self, args: argparse.Namespace) -> None:
import importlib.resources