mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
renamed hf-embed -> help
This commit is contained in:
parent
bd8143a880
commit
b18dbf4772
8 changed files with 23 additions and 22 deletions
|
@ -15,14 +15,14 @@ warnings.simplefilter("ignore", category=FutureWarning)
|
|||
|
||||
def install_help_extra(io):
|
||||
pip_install_cmd = [
|
||||
"aider-chat[hf-embed]",
|
||||
"aider-chat[help]",
|
||||
"--extra-index-url",
|
||||
"https://download.pytorch.org/whl/cpu",
|
||||
]
|
||||
res = utils.check_pip_install_extra(
|
||||
io,
|
||||
"llama_index.embeddings.huggingface",
|
||||
"To use interactive /help you need to install HuggingFace embeddings",
|
||||
"To use interactive /help you need to install the help extras",
|
||||
pip_install_cmd,
|
||||
)
|
||||
return res
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue