add compute node for llama

This commit is contained in:
streetycat
2023-09-17 13:16:21 +00:00
parent dd3187fc8a
commit f9269e27d5
11 changed files with 334 additions and 20 deletions
+2 -1
View File
@@ -8,4 +8,5 @@ from .open_ai_node import OpenAI_ComputeNode
from .role import AIRole,AIRoleGroup
from .workflow import Workflow
from .bus import AIBus
from .workflow_env import WorkflowEnvironment,CalenderEnvironment,CalenderEvent
from .workflow_env import WorkflowEnvironment,CalenderEnvironment,CalenderEvent
from .local_llama_compute_node import LocalLlama_ComputeNode