feat(新功能):
fix(修复bug): docs(文档变更): refactor(重构): test(增加测试): Agent generate test
This commit is contained in:
@@ -17,4 +17,4 @@ def generate_image(prompt: str):
|
||||
except Exception as e:
|
||||
logger.warning(f"generate_image Run Exception @@@@@@:{e}")
|
||||
raise HTTPException(status_code=404, detail=str(e))
|
||||
return ResponseModel(data=data)
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user