Skip to content

Commit

Permalink
Correct the incorrect description of the pre-installed models on the…
Browse files Browse the repository at this point in the history
… SILICONFLOW platform. (#1956)

### What problem does this PR solve?

 Removed extraneous spaces and corrected a misspelling of a model name.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
morler authored Aug 15, 2024
1 parent c59c1b6 commit bd19656
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/llm_factories.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,25 +3015,25 @@
"model_type": "chat"
},
{
"llm_name": "BAAI/bge-m3 ",
"llm_name": "BAAI/bge-m3",
"tags": "TEXT EMBEDDING,8K",
"max_tokens": 8192,
"model_type": "embedding"
},
{
"llm_name": "BAAI/bge-large-en-v1.5 ",
"llm_name": "BAAI/bge-large-en-v1.5",
"tags": "TEXT EMBEDDING,512",
"max_tokens": 512,
"model_type": "embedding"
},
{
"llm_name": "BAAI/bge-large-zh-v1.5 ",
"llm_name": "BAAI/bge-large-zh-v1.5",
"tags": "TEXT EMBEDDING,512",
"max_tokens": 512,
"model_type": "embedding"
},
{
"llm_name": "netease-youdao/bce-embedding-base_vl",
"llm_name": "netease-youdao/bce-embedding-base_v1",
"tags": "TEXT EMBEDDING,512",
"max_tokens": 512,
"model_type": "embedding"
Expand Down Expand Up @@ -3113,6 +3113,6 @@
"model_type": "image2text"
}
]
}
}
]
}

0 comments on commit bd19656

Please sign in to comment.