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

### What problem does this PR solve?

#2910

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Kevin Hu 2024-10-21 10:30:35 +08:00 committed by GitHub
parent e5f7733b31
commit c1d0473f49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,6 +190,12 @@
"max_tokens": 2000,
"model_type": "image2text"
},
{
"llm_name": "glm-4-9b",
"tags": "LLM,CHAT,",
"max_tokens": 8192,
"model_type": "chat"
},
{
"llm_name": "embedding-2",
"tags": "TEXT EMBEDDING",