From 6b3a1bd708618be42c8c7b0631b172d27cc659c4 Mon Sep 17 00:00:00 2001 From: Fazli Sapuan Date: Mon, 15 Jan 2024 21:26:48 +0800 Subject: [PATCH] chore: fix typo in list_models pydoc (#847) --- openllm-python/src/openllm_cli/extension/list_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openllm-python/src/openllm_cli/extension/list_models.py b/openllm-python/src/openllm_cli/extension/list_models.py index b6419ed9..eb18ce0d 100644 --- a/openllm-python/src/openllm_cli/extension/list_models.py +++ b/openllm-python/src/openllm_cli/extension/list_models.py @@ -18,7 +18,7 @@ if t.TYPE_CHECKING: @click.command('list_models', context_settings=termui.CONTEXT_SETTINGS) @model_name_argument(required=False, shell_complete=model_complete_envvar) def cli(model_name: str | None) -> DictStrAny: - """List available models in lcoal store to be used wit OpenLLM.""" + """List available models in local store to be used with OpenLLM.""" models = tuple(inflection.dasherize(key) for key in openllm.CONFIG_MAPPING.keys()) ids_in_local_store = { k: [