Skip to content

Commit

Permalink
add zhipu glm-4-9b (#2912)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

#2910

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
KevinHuSh authored Oct 21, 2024
1 parent e5f7733 commit c1d0473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/llm_factories.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c1d0473

Please sign in to comment.