Morler commited on
Commit
3bce5a6
·
1 Parent(s): 4b495f5

Correct the incorrect description of the pre-installed models on the SILICONFLOW platform. (#1956)

Browse files

### 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)

Files changed (1) hide show
  1. conf/llm_factories.json +5 -5
conf/llm_factories.json CHANGED
@@ -3015,25 +3015,25 @@
3015
  "model_type": "chat"
3016
  },
3017
  {
3018
- "llm_name": "BAAI/bge-m3 ",
3019
  "tags": "TEXT EMBEDDING,8K",
3020
  "max_tokens": 8192,
3021
  "model_type": "embedding"
3022
  },
3023
  {
3024
- "llm_name": "BAAI/bge-large-en-v1.5 ",
3025
  "tags": "TEXT EMBEDDING,512",
3026
  "max_tokens": 512,
3027
  "model_type": "embedding"
3028
  },
3029
  {
3030
- "llm_name": "BAAI/bge-large-zh-v1.5 ",
3031
  "tags": "TEXT EMBEDDING,512",
3032
  "max_tokens": 512,
3033
  "model_type": "embedding"
3034
  },
3035
  {
3036
- "llm_name": "netease-youdao/bce-embedding-base_vl",
3037
  "tags": "TEXT EMBEDDING,512",
3038
  "max_tokens": 512,
3039
  "model_type": "embedding"
@@ -3113,6 +3113,6 @@
3113
  "model_type": "image2text"
3114
  }
3115
  ]
3116
- }
3117
  ]
3118
  }
 
3015
  "model_type": "chat"
3016
  },
3017
  {
3018
+ "llm_name": "BAAI/bge-m3",
3019
  "tags": "TEXT EMBEDDING,8K",
3020
  "max_tokens": 8192,
3021
  "model_type": "embedding"
3022
  },
3023
  {
3024
+ "llm_name": "BAAI/bge-large-en-v1.5",
3025
  "tags": "TEXT EMBEDDING,512",
3026
  "max_tokens": 512,
3027
  "model_type": "embedding"
3028
  },
3029
  {
3030
+ "llm_name": "BAAI/bge-large-zh-v1.5",
3031
  "tags": "TEXT EMBEDDING,512",
3032
  "max_tokens": 512,
3033
  "model_type": "embedding"
3034
  },
3035
  {
3036
+ "llm_name": "netease-youdao/bce-embedding-base_v1",
3037
  "tags": "TEXT EMBEDDING,512",
3038
  "max_tokens": 512,
3039
  "model_type": "embedding"
 
3113
  "model_type": "image2text"
3114
  }
3115
  ]
3116
+ }
3117
  ]
3118
  }