Skip to content
Snippets Groups Projects
Unverified Commit eb343f62 authored by Zahid Syed's avatar Zahid Syed Committed by GitHub
Browse files

Update semantic_router/llms/llamacpp.py

parent 97007ca3
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class LlamaCppLLM(BaseLLM):
raise ImportError(
"Please install LlamaCPP to use Llama CPP llm. "
"You can install it with: "
"`pip install 'semantic-router[llama-cpp-python]'`"
"`pip install 'semantic-router[local]'`"
)
self._llama_cpp = llama_cpp
llm = self._llama_cpp.Llama
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment