Skip to content

Commit

Permalink
add new models for zhipu-ai (#3348)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

#3345

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
KevinHuSh authored Nov 12, 2024
1 parent a01fceb commit 70ea666
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion conf/llm_factories.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,18 @@
"tags": "LLM,TEXT EMBEDDING,SPEECH2TEXT,MODERATION",
"status": "1",
"llm": [
{
"llm_name": "glm-4-plus",
"tags": "LLM,CHAT,",
"max_tokens": 128000,
"model_type": "chat"
},
{
"llm_name": "glm-4-0520",
"tags": "LLM,CHAT,",
"max_tokens": 128000,
"model_type": "chat"
},
{
"llm_name": "glm-4",
"tags": "LLM,CHAT,",
Expand All @@ -184,6 +196,12 @@
"max_tokens": 128000,
"model_type": "chat"
},
{
"llm_name": "glm-4-flashx",
"tags": "LLM,CHAT,",
"max_tokens": 128000,
"model_type": "chat"
},
{
"llm_name": "glm-4-long",
"tags": "LLM,CHAT,",
Expand Down Expand Up @@ -640,7 +658,7 @@
"llm_name": "gpt-4o",
"tags": "LLM,CHAT,128K",
"max_tokens": 128000,
"model_type": "chat,image2text"
"model_type": "image2text"
},
{
"llm_name": "gpt-3.5-turbo",
Expand Down

0 comments on commit 70ea666

Please sign in to comment.