Skip to content

Commit

Permalink
meme bot v0.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
azalio committed Dec 28, 2024
1 parent 782e153 commit 9f80896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/bot_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (s *BotServiceImpl) HandleCommand(ctx context.Context, command string, args
case "meme":
// Use a default prompt if none is provided
if args == "" {
args = "Придумай и опиши какой-нибудь мем. Используй любые свои фантазии. Используй современные злободневные тренды. Пусть это будет немного философский мем."
args = "Придумай и опиши какой-нибудь мем. Используй любые свои фантазии. Используй современные злободневные тренды. Будь креативным!."
}

// Enhance the prompt using GPT
Expand Down

0 comments on commit 9f80896

Please sign in to comment.