Skip to content

Commit 40fa1b6

Browse files
committed
refactor : model 변경
1 parent 4daf814 commit 40fa1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/backend/domain/evaluation/service/impl/OpenAiGateway.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public String complete(String content, String prompt) {
4343
);
4444

4545
var params = ResponseCreateParams.builder()
46-
.model(ChatModel.GPT_4_1)
46+
.model(ChatModel.GPT_5_NANO)
4747
.input(input)
4848
.build();
4949

0 commit comments

Comments
 (0)