Skip to content

Commit

Permalink
feat: update model list in Zhipu constants for expanded options
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Feb 2, 2025
1 parent 36a03f4 commit d7028b5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions relay/adaptor/zhipu/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
package zhipu

// https://open.bigmodel.cn/pricing

var ModelList = []string{
"chatglm_turbo", "chatglm_pro", "chatglm_std", "chatglm_lite",
"glm-4", "glm-4v", "glm-3-turbo", "embedding-2",
"cogview-3",
"glm-zero-preview", "glm-4-plus", "glm-4-0520", "glm-4-airx",
"glm-4-air", "glm-4-long", "glm-4-flashx", "glm-4-flash",
"glm-4", "glm-3-turbo",
"glm-4v-plus", "glm-4v", "glm-4v-flash",
"cogview-3-plus", "cogview-3", "cogview-3-flash",
"cogviewx", "cogviewx-flash",
"charglm-4", "emohaa", "codegeex-4",
"embedding-2", "embedding-3",
}

0 comments on commit d7028b5

Please sign in to comment.