mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
feat : selective import
This commit is contained in:
parent
ca50b1f2d0
commit
de76fe14ea
@ -2,9 +2,9 @@
|
||||
from .generator import GeneratorLLM
|
||||
|
||||
class LlamacppLLM(GeneratorLLM):
|
||||
from llama_cpp import Llama
|
||||
|
||||
def __init__(self):
|
||||
from llama_cpp import Llama
|
||||
"""
|
||||
Handle generation using llama.cpp
|
||||
"""
|
||||
|
@ -2,9 +2,9 @@
|
||||
from .generator import GeneratorLLM
|
||||
|
||||
class OllamaLLM(GeneratorLLM):
|
||||
import ollama
|
||||
|
||||
def __init__(self):
|
||||
import ollama
|
||||
"""
|
||||
Handle generation using Ollama.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user