zhaoqingang
2025-04-11 afc68af3a67b2f936429feb3a68c1f09e03ce930
app/api/v2/chat.py
@@ -179,7 +179,7 @@
async def api_get_complex_model(current_user: UserModel = Depends(get_current_user), db: Session = Depends(get_db)): #  current_user: UserModel = Depends(get_current_user)
    status_code = http_200
    data = await service_get_complex_model(db)
    if data:
    if not data:
        status_code = http_500
    return Response(data, media_type="application/json", status_code=status_code)