commit by Kalman.CHENG ☆

This commit is contained in:
chengminglong
2025-09-11 15:10:25 +08:00
parent 5d64aa2648
commit 453b023aee
6 changed files with 175 additions and 12 deletions

View File

@@ -108,8 +108,6 @@ app.include_router(theme_router, prefix="/api/theme", tags=["theme"])
app.include_router(document_router, prefix="/api/document", tags=["document"])
# 问题相关(大模型应用)
app.include_router(teaching_model_router, prefix="/api/teaching/model", tags=["teacher_model"])
# 教学答疑
app.include_router(teaching_model_router, prefix="/api/teaching/model", tags=["teacher_model"])
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8200)
uvicorn.run(app, host="0.0.0.0", port=8100)