We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8890ff6 commit df62139Copy full SHA for df62139
1 file changed
core/src/main/java/ai/z/openapi/core/Constants.java
@@ -44,10 +44,10 @@ private Constants() {
44
*/
45
public static final String ModelGLM4_6V = "glm-4.6v";
46
47
- /**
48
- * GLM-4.6v flash model code
49
- */
50
- public static final String ModelGLM4_6V_FLASH = "glm-4.6v-flash";
+ /**
+ * GLM-4.6v flash model code
+ */
+ public static final String ModelGLM4_6V_FLASH = "glm-4.6v-flash";
51
52
/**
53
* GLM-4.6-air model code
0 commit comments