Commit 10e4c135 by haojie

1

parent 44d5a186
......@@ -170,8 +170,6 @@ public function stableSubmit(int $userId = 0, array $data = [])
$data['prompt'] = str_replace('\n', '', $data['prompt']);
$task = $this->createTask($userId, $data);
$promptTask = $this->createPromptTask($userId, $task->id, $data);
Log::info($task->prompt_img);
Log::info(json_decode($task->prompt_img));
$sendData = [
'prompt' => $task->prompt,
'prompt_img' => $task->prompt_img,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment