feat: 项目初始化、完成基本流式传输和语音识别功能
This commit is contained in:
8
backend/app/schemas/__init__.py
Normal file
8
backend/app/schemas/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from .chat import (
|
||||
Message,
|
||||
ChatRequest,
|
||||
ModelType,
|
||||
ModelInfo,
|
||||
VendorModelList,
|
||||
VendorModelResponse,
|
||||
)
|
||||
Reference in New Issue
Block a user