add whisper speech to text node and google text to speech node

This commit is contained in:
wugren
2023-09-15 00:33:18 +08:00
parent 6b45cb9570
commit cbfff71d6b
4 changed files with 220 additions and 2 deletions
+4 -2
View File
@@ -4,8 +4,10 @@ from .chatsession import AIChatSession
from .agent import AIAgent,AIAgentTemplete,AgentPrompt
from .compute_kernel import ComputeKernel,ComputeTask
from .compute_node import ComputeNode,LocalComputeNode
from .open_ai_node import OpenAI_ComputeNode
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 .whisper_node import WhisperComputeNode
from .google_text_to_speech_node import GoogleTextToSpeechNode