Skip to content

Commit fe1cae9

Browse files
committed
Update ChatGPT model to GPT_5_MINI
1 parent 938c6c1 commit fe1cae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/main/java/org/togetherjava/tjbot/features/chatgpt/ChatGptService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public Optional<String> ask(String question, @Nullable String context) {
7676
String response = null;
7777
try {
7878
ResponseCreateParams params = ResponseCreateParams.builder()
79-
.model(ChatModel.GPT_5_NANO)
79+
.model(ChatModel.GPT_5_MINI)
8080
.input(inputPrompt)
8181
.maxOutputTokens(MAX_TOKENS)
8282
.build();

0 commit comments

Comments
 (0)