Skip to content

Commit

Permalink
💄 style: update Jina AI Provider name & model info (lobehub#6243)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Feb 17, 2025
1 parent 8d40d71 commit ddbe482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/aiModels/jina.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const jinaChatModels: AIChatModelCard[] = [
abilities: {
reasoning: true,
},
contextWindowTokens: 64_000,
contextWindowTokens: 1_000_000,
description: '深度搜索结合了网络搜索、阅读和推理,可进行全面调查。您可以将其视为一个代理,接受您的研究任务 - 它会进行广泛搜索并经过多次迭代,然后才能给出答案。这个过程涉及持续的研究、推理和从各个角度解决问题。这与直接从预训练数据生成答案的标准大模型以及依赖一次性表面搜索的传统 RAG 系统有着根本的不同。',
displayName: 'Jina DeepSearch v1',
enabled: true,
Expand Down
2 changes: 1 addition & 1 deletion src/config/modelProviders/jina.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Jina: ModelProviderCard = {
id: 'jina',
modelList: { showModelFetcher: true },
modelsUrl: 'https://jina.ai/models',
name: 'Jina',
name: 'Jina AI',
settings: {
proxyUrl: {
placeholder: 'https://deepsearch.jina.ai/v1',
Expand Down

0 comments on commit ddbe482

Please sign in to comment.