Skip to content

Commit

Permalink
🐛 fix: fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Feb 14, 2025
1 parent bf78f08 commit e0ae710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/modelProviders/jina.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { ModelProviderCard } from '@/types/llm';

const Jina: ModelProviderCard = {
chatModels: [],
checkModel: 'jina-deepsearch-v1',
description: 'Jina AI 成立于 2020 年,是一家领先的搜索 AI 公司。我们的搜索底座平台包含了向量模型、重排器和小语言模型,可帮助企业构建可靠且高质量的生成式AI和多模态的搜索应用。',
chatModels: [],
id: 'jina',
modelList: { showModelFetcher: true },
modelsUrl: 'https://jina.ai/models',
Expand Down

0 comments on commit e0ae710

Please sign in to comment.