Skip to content

Commit

Permalink
Merge pull request #80 from tukcomCD2024/70-backend-hotfix-gptconfig-…
Browse files Browse the repository at this point in the history
…temperature-변경

fix: #70 GptConfig GptConfig 변경
  • Loading branch information
yo0oni authored May 16, 2024
2 parents da2493c + d6913a2 commit 1e506f4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class GptConfig {
public static final String AUTHORIZATION = "Authorization";
public static final String BEARER = "Bearer ";
public static final String CHAT_MODEL = "gpt-4-turbo";
public static final String CHAT_MODEL = "gpt-4o";
public static final Integer MAX_TOKEN = 4095;
public static final Boolean STREAM = false;
public static final String ROLE = "user";
Expand Down Expand Up @@ -65,5 +65,7 @@ public class GptConfig {
Please create the result in Korean.
And only include schedule-related content in the schedule you're creating.
Do not add any information I haven't provided to you.
Under no circumstances should you include any activities other than traveling. Absolutely not.""";
Under no circumstances should you include any activities other than traveling. Absolutely not.
우리는 매일 점심과 저녁은 항상 식당에 가서 먹을거야. 반드시 실제로 존재하는 맛있고 유명한 식당으로 추천해줘
우리가 방문할 명소나 식당의 예상 비용을 일정마다 옆에 한화로 알려줘""";
}

0 comments on commit 1e506f4

Please sign in to comment.