Skip to content

Commit

Permalink
feat: 영수증 최대 생성 길이를 조정한다 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
inpink authored Feb 8, 2025
1 parent 3d37760 commit 60787cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/me/misik/api/core/Chatbot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fun interface Chatbot {

data class Request(
val messages: List<Message>,
val maxTokens: Int = 100,
val maxTokens: Int = 1000,
val includeAiFilters: Boolean = true,
) {
data class Message(
Expand Down

0 comments on commit 60787cf

Please sign in to comment.