revert: 撤回错误的修改,恢复原版本

用户指出SiliconFlow平台确实支持标准tool消息类型,之前的修改是错误的

版本: v3.0.7
This commit is contained in:
2026-04-15 10:01:59 +08:00
parent a2a7fd46c3
commit daccc625c3
2 changed files with 3 additions and 72 deletions

View File

@@ -33,7 +33,7 @@ logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
# 创建应用
app = FastAPI(title="AI对话系统 v3.0", version="3.0.6")
app = FastAPI(title="AI对话系统 v2.0", version="2.0.0")
# 静态文件和模板
BASE_DIR = os.path.dirname(os.path.abspath(__file__))