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

Update semantic_router/llms/llamacpp.py

parent eb343f62
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class LlamaCppLLM(BaseLLM):
)
self._llama_cpp = llama_cpp
llm = self._llama_cpp.Llama
grammar = Optional[self._llama_cpp.LlamaGrammar]
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.
Finish editing this message first!
Please register or to comment