From eb343f629a02fb8f79e435992283950ec6cd89f3 Mon Sep 17 00:00:00 2001
From: Zahid Syed <98535579+zahid-syed@users.noreply.github.com>
Date: Thu, 14 Mar 2024 12:09:02 -0400
Subject: [PATCH] Update semantic_router/llms/llamacpp.py

Co-authored-by: Ismail Ashraq <59014721+ashraq1455@users.noreply.github.com>
---
 semantic_router/llms/llamacpp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/semantic_router/llms/llamacpp.py b/semantic_router/llms/llamacpp.py
index 309ec66c..1f0474f3 100644
--- a/semantic_router/llms/llamacpp.py
+++ b/semantic_router/llms/llamacpp.py
@@ -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
-- 
GitLab