mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : server problem with llamacpp
This commit is contained in:
parent
44e0508ae5
commit
0c3a07f208
@ -18,6 +18,7 @@ class LlamacppLLM(GeneratorLLM):
|
||||
filename="*q8_0.gguf",
|
||||
verbose=True
|
||||
)
|
||||
return
|
||||
self.logger.info(f"Using {self.model} for generation with Llama.cpp")
|
||||
self.llm.create_chat_completion(
|
||||
messages = history
|
||||
|
Loading…
x
Reference in New Issue
Block a user