Skip to content

Commit dd54db8

Browse files
committed
Revert "refactor : model 변경"
This reverts commit 40fa1b6.
1 parent 40fa1b6 commit dd54db8

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_5_NANO)
46+
.model(ChatModel.GPT_4_1)
4747
.input(input)
4848
.build();
4949

0 commit comments

Comments
 (0)