Skip to content

Commit

Permalink
🔨 chore: sort code
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Feb 14, 2025
1 parent 0a7e35e commit 705c31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/modelProviders/nvidia.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { ModelProviderCard } from '@/types/llm';

const Nvidia: ModelProviderCard = {
checkModel: 'meta/llama-3.3-70b-instruct',
chatModels: [],
checkModel: 'meta/llama-3.3-70b-instruct',
description: 'NVIDIA NIM™ 提供容器,可用于自托管 GPU 加速推理微服务,支持在云端、数据中心、RTX™ AI 个人电脑和工作站上部署预训练和自定义 AI 模型。',
id: 'nvidia',
modelList: { showModelFetcher: true },
Expand Down

0 comments on commit 705c31f

Please sign in to comment.