Skip to content
Snippets Groups Projects
Unverified Commit df29c914 authored by Bogdan Buduroiu's avatar Bogdan Buduroiu
Browse files

fix: kwarg LlamaCppLLM.llm overwritten by import

parent 9c384318
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,6 @@ class LlamaCppLLM(BaseLLM):
"`pip install 'semantic-router[local]'`"
)
self._llama_cpp = llama_cpp
llm = self._llama_cpp.Llama
grammar = self._llama_cpp.LlamaGrammar
self.llm = llm
self.temperature = temperature
self.max_tokens = max_tokens
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment