'commit'
This commit is contained in:
@@ -41,6 +41,9 @@ async def prompt_input(request: fastapi.Request):
|
||||
"image_url": image_url
|
||||
}
|
||||
}
|
||||
except HTTPException as e:
|
||||
logger.error(f"请求参数错误: {str(e.detail)}")
|
||||
raise e
|
||||
except Exception as e:
|
||||
logger.error(f"图片生成失败: {str(e)}")
|
||||
raise HTTPException(status_code=500, detail=f"图片生成失败: {str(e)}")
|
||||
|
BIN
dsLightRag/Routes/__pycache__/JiMengRoute.cpython-310.pyc
Normal file
BIN
dsLightRag/Routes/__pycache__/JiMengRoute.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user