Merge pull request #451 from Nana7mi1/main

feat: support more zhipu models
This commit is contained in:
Calcium-Ion
2024-09-02 01:12:10 +08:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
package zhipu_4v
var ModelList = []string{
"glm-4", "glm-4v", "glm-3-turbo", "glm-4-alltools",
"glm-4", "glm-4v", "glm-3-turbo", "glm-4-alltools", "glm-4-plus", "glm-4-0520", "glm-4-air", "glm-4-airx", "glm-4-long", "glm-4-flash", "glm-4v-plus",
}
var ChannelName = "zhipu_4v"