Skip to content

Commit

Permalink
Merge pull request #184 from Genti2024/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
LeeJae-H authored Oct 12, 2024
2 parents d7d5607 + ebf471b commit cd8e1ff
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 cd8e1ff

Please sign in to comment.