mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-01 16:53:36 +08:00
completions/llm: Fix broken completion
This commit is contained in:
parent
e2596d13cd
commit
c09a9246a1
|
@ -10,7 +10,7 @@ function __fish_llm_subcmds
|
|||
"collections" "View/manage embedding collections" \
|
||||
"embed" "Embed text and get/store result" \
|
||||
"embed-models" "Manage available embedding models" \
|
||||
"embed-multi\Store embeddings for multiple strings" \
|
||||
"embed-multi" "Store embeddings for multiple strings" \
|
||||
"install" "Install PyPI packages into llm env" \
|
||||
"keys" "Manage stored API keys" \
|
||||
"logs" "Explore logged prompts/responses" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user