feat: add stream parsing for DeepSeek SSE responses, centralize model management, and refactor tool call handling.

This commit is contained in:
CJACK
2026-02-01 03:53:01 +08:00
parent 4193336dd8
commit b90901d5a0
10 changed files with 359 additions and 192 deletions

View File

@@ -158,7 +158,7 @@ class TestPow(unittest.TestCase):
def test_get_account_identifier(self):
"""测试账号标识获取"""
from core.pow import get_account_identifier
from core.utils import get_account_identifier
# 测试邮箱
account1 = {"email": "test@example.com"}