Skip to content

Commit

Permalink
setting: ai max token 1000으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
zbqmgldjfh committed Jul 21, 2024
1 parent d8944be commit 8351982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spring:
options:
model: gpt-3.5-turbo
temperature: 0.0
maxTokens: 300
maxTokens: 1000
embedding:
options:
model: text-embedding-3-small
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spring:
options:
model: gpt-3.5-turbo
temperature: 0.0
maxTokens: 300
maxTokens: 1000
embedding:
options:
model: text-embedding-3-small
Expand Down

0 comments on commit 8351982

Please sign in to comment.