Skip to content

Commit 9f8f060

Browse files
author
chenzhenwei
committed
to upper
1 parent afab8a8 commit 9f8f060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/devlive/sdk/openai/entity/ChatEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public ChatEntityBuilder model(CompletionModel model)
8484
case GPT_4_32K:
8585
case GPT_4_0613:
8686
case GPT_4_32K_0613:
87-
case GPT_4o:
87+
case GPT_4O:
8888
case TEXT_DAVINCI_002:
8989
case TEXT_DAVINCI_003:
9090
case CODE_DAVINCI_002:

src/main/java/org/devlive/sdk/openai/model/CompletionModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public enum CompletionModel
134134
null,
135135
32768),
136136

137-
GPT_4o("gpt-4o",
137+
GPT_4O("gpt-4o",
138138
"most advanced, multimodal flagship model that’s cheaper and faster than GPT-4 Turbo. Currently points to gpt-4o-2024-05-13",
139139
null,
140140
128000),

0 commit comments

Comments
 (0)