Skip to content

Commit df62139

Browse files
committed
feat: add glm-4.6v model
1 parent 8890ff6 commit df62139

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

core/src/main/java/ai/z/openapi/core/Constants.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ private Constants() {
4444
*/
4545
public static final String ModelGLM4_6V = "glm-4.6v";
4646

47-
/**
48-
* GLM-4.6v flash model code
49-
*/
50-
public static final String ModelGLM4_6V_FLASH = "glm-4.6v-flash";
47+
/**
48+
* GLM-4.6v flash model code
49+
*/
50+
public static final String ModelGLM4_6V_FLASH = "glm-4.6v-flash";
5151

5252
/**
5353
* GLM-4.6-air model code

0 commit comments

Comments
 (0)