Skip to content

Commit

Permalink
chore: add tip before draw
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 30, 2023
1 parent 46afb4c commit 75c2050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/draw.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func CreateDrawCommand(
}

logger.Infof("[draw]: %v", prompt)
replyText(reply, "创作中,请稍等 ...")

logger.Infof("[draw]: request image generation ...")
response, err := chatgptClient.ImageGeneration(&openaiclient.ImageGenerationRequest{
Expand Down

0 comments on commit 75c2050

Please sign in to comment.