mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-07 03:25:32 +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",
|
filename="*q8_0.gguf",
|
||||||
verbose=True
|
verbose=True
|
||||||
)
|
)
|
||||||
|
return
|
||||||
self.logger.info(f"Using {self.model} for generation with Llama.cpp")
|
self.logger.info(f"Using {self.model} for generation with Llama.cpp")
|
||||||
self.llm.create_chat_completion(
|
self.llm.create_chat_completion(
|
||||||
messages = history
|
messages = history
|
||||||
|
Loading…
x
Reference in New Issue
Block a user