This commit is contained in:
Home
2025-12-03 00:27:57 +08:00
parent 73a3d2e914
commit f250b21b38
33 changed files with 1949 additions and 473 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-3
View File
@@ -4,7 +4,6 @@ from session_manager import create_session, close_session
# 导入大模型模块
from llm_client import call_llm, LLMConversation, llm_client
import numpy as np
from typing import Optional, Dict, Callable, Awaitable, List
from dataclasses import dataclass, field
import sys
@@ -13,8 +12,6 @@ import asyncio
import asyncio
import json
import websockets
import numpy as np
import sounddevice as sd
from typing import Optional, Callable, Dict, Any, Coroutine
from dataclasses import dataclass, field
import uuid