feat: 完成 issue #45 ④ 云端 API(Qwen/DeepSeek)接入与安全网关

This commit is contained in:
2026-08-05 02:37:41 +08:00
parent 6bbcd810e7
commit c5a7a0ee52
4 changed files with 249 additions and 2 deletions
+2 -1
View File
@@ -55,7 +55,7 @@ from .gateway import (
LLMGateway,
LocalBackend,
)
from .backends import Local70BBackend
from .backends import CloudApiBackend, Local70BBackend
__all__ = [
# dlp
@@ -70,5 +70,6 @@ __all__ = [
"InferenceBackend", "LocalBackend", "CloudBackend",
# backends
"Local70BBackend",
"CloudApiBackend",
"GatewayResult", "LLMGateway",
]