[changes] dashscope applies patches and modifies prompts

This commit is contained in:
lanceyq
2026-05-07 14:21:29 +08:00
parent 6419dcd932
commit d255f33f1f
12 changed files with 817 additions and 483 deletions

View File

@@ -1,5 +1,9 @@
import os
import subprocess
# 必须在导入任何使用 DashScope SDK 的模块之前应用补丁
import app.plugins.dashscope_patch # noqa: F401
from app.repositories.neo4j.create_indexes import create_all_indexes
from contextlib import asynccontextmanager