Browse Source

Correct the incorrect description of the pre-installed models on the 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)
tags/v0.10.0
Morler 1 year ago
parent
commit
bd19656c8f
No account linked to committer's email address
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      conf/llm_factories.json

+ 5
- 5
conf/llm_factories.json View File

@@ -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"
@@ -3113,6 +3113,6 @@
"model_type": "image2text"
}
]
}
}
]
}

Loading…
Cancel
Save