Skip to content

Commit 20d7533

Browse files
committed
fix(ChatGlmGptSupplier): update model name to glm-4-flash
1 parent 6e78e99 commit 20d7533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/star/easydoc/service/gpt/impl/ChatGlmGptSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static String generateToken(String apikey, int expSeconds) {
7878
private static class ChatGlmRequest {
7979

8080
/** 所要调用的模型编码 */
81-
private String model = "glm-4";
81+
private String model = "glm-4-flash";
8282
/** 当前对话信息列表 */
8383
private List<Message> messages;
8484
/** 是否开启流式模式 */

0 commit comments

Comments
 (0)