fix(api): fix import linting

This commit is contained in:
QuantumGhost
2025-09-17 21:16:57 +08:00
parent 0ad8cac3a8
commit 6c6f1cf24c
2 changed files with 14 additions and 5 deletions

View File

@ -261,6 +261,7 @@ class InstructionGenerateApi(Resource):
instruction=args["instruction"],
model_config=args["model_config"],
ideal_output=args["ideal_output"],
workflow_service=WorkflowService(),
)
return {"error": "incompatible parameters"}, 400
except ProviderTokenNotInitError as ex: