Skip to content

Commit

Permalink
fix llama cpp test
Browse files Browse the repository at this point in the history
  • Loading branch information
zahid-syed committed Mar 14, 2024
1 parent 4a12b4a commit bbf717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/llms/test_llm_llamacpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_llama_cpp_import_errors(self, llamacpp_llm):
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):
Expand Down

0 comments on commit bbf717a

Please sign in to comment.