mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : llama_cpp not defined
This commit is contained in:
parent
58d52ad61f
commit
cf1d3d0ba1
@ -1,10 +1,10 @@
|
||||
|
||||
from .generator import GeneratorLLM
|
||||
from llama_cpp import Llama
|
||||
|
||||
class LlamacppLLM(GeneratorLLM):
|
||||
|
||||
def __init__(self):
|
||||
from llama_cpp import Llama
|
||||
"""
|
||||
Handle generation using llama.cpp
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user