mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00
perf: add outlink usage (#4691)
* update doc * perf: add outlink usage * feat: jina provider
This commit is contained in:
@@ -8,6 +8,7 @@ export type ModelProviderIdType =
|
||||
| 'MistralAI'
|
||||
| 'Groq'
|
||||
| 'Grok'
|
||||
| 'Jina'
|
||||
| 'AliCloud'
|
||||
| 'Qwen'
|
||||
| 'Doubao'
|
||||
@@ -72,6 +73,11 @@ export const ModelProviderList: ModelProviderType[] = [
|
||||
name: 'Groq',
|
||||
avatar: 'model/groq'
|
||||
},
|
||||
{
|
||||
id: 'Jina',
|
||||
name: 'Jina',
|
||||
avatar: 'model/jina'
|
||||
},
|
||||
{
|
||||
id: 'Qwen',
|
||||
name: i18nT('common:model_qwen'),
|
||||
|
Reference in New Issue
Block a user