Skip to content

Commit

Permalink
just replay
Browse files Browse the repository at this point in the history
Signed-off-by: viste <[email protected]>
  • Loading branch information
Viste committed Sep 17, 2024
1 parent ad635be commit a37d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def comment_on_photo(message: types.Message):

comment = await openai.generate_comment_from_image(image_url)

await message.reply(f"Комментарий на фото: {comment}")
await message.reply(comment)


@router.message(F.chat.type.in_({'group', 'supergroup'}))
Expand Down

0 comments on commit a37d53d

Please sign in to comment.