mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 10:29:59 -06:00
added human adapter
This commit is contained in:
@@ -3,7 +3,9 @@ Adapters package for agent - Custom LLM adapters for LiteLLM
|
||||
"""
|
||||
|
||||
from .huggingfacelocal_adapter import HuggingFaceLocalAdapter
|
||||
from .human_adapter import HumanAdapter
|
||||
|
||||
__all__ = [
|
||||
"HuggingFaceLocalAdapter",
|
||||
"HumanAdapter",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user