Skip to content

Commit

Permalink
fix :: remove todo (idk why)
Browse files Browse the repository at this point in the history
  • Loading branch information
jombidev committed Oct 7, 2024
1 parent 38da7e6 commit 1b95912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/teamapi/palette/service/RoomService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class RoomService(
roomId = room.id,
userId = me,
isAi = true,
message = completion.choices.random().message.content, // TODO
message = completion.choices.random().message.content,
promptId = createdQnA.qna.find { it.promptName == "aspect_ratio" }!!.id
)
)
Expand Down

0 comments on commit 1b95912

Please sign in to comment.