Kevin Hu commited on
Commit
f63d19e
·
1 Parent(s): 27aa4e5

add zhipu glm-4-9b (#2912)

Browse files

### What problem does this PR solve?

#2910

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

Files changed (1) hide show
  1. conf/llm_factories.json +6 -0
conf/llm_factories.json CHANGED
@@ -190,6 +190,12 @@
190
  "max_tokens": 2000,
191
  "model_type": "image2text"
192
  },
 
 
 
 
 
 
193
  {
194
  "llm_name": "embedding-2",
195
  "tags": "TEXT EMBEDDING",
 
190
  "max_tokens": 2000,
191
  "model_type": "image2text"
192
  },
193
+ {
194
+ "llm_name": "glm-4-9b",
195
+ "tags": "LLM,CHAT,",
196
+ "max_tokens": 8192,
197
+ "model_type": "chat"
198
+ },
199
  {
200
  "llm_name": "embedding-2",
201
  "tags": "TEXT EMBEDDING",