commit by Kalman.CHENG ☆
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user