Skip to content

Commit

Permalink
Merge pull request #183 from Genti2024/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
LeeJae-H authored Oct 10, 2024
2 parents 493b485 + 82cddf6 commit ebf471b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genti-api/src/main/resources/application-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
open-in-view: false

openai:
model: gpt-3.5-turbo
model: gpt-4o-mini

schedule:
delay:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class Message {
public static PromptAdvancementRequestDto of(String prompt) {

return PromptAdvancementRequestDto.builder()
.model("gpt-3.5-turbo")
.model("gpt-4o-mini")
.messages(getMessageList(prompt))
.temperature(1)
.maxTokens(300)
Expand Down

0 comments on commit ebf471b

Please sign in to comment.