Skip to content
Snippets Groups Projects
Commit bbf717aa authored by zahid-syed's avatar zahid-syed
Browse files

fix llama cpp test

parent 4a12b4a8
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class TestLlamaCppLLM:
assert (
"Please install LlamaCPP to use Llama CPP llm. "
"You can install it with: "
"`pip install 'semantic-router[llama-cpp-python]'`" in str(error.value)
"`pip install 'semantic-router[local]'`" in str(error.value)
)
def test_llamacpp_llm_init_success(self, llamacpp_llm):
......
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