Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 style: update Novita AI models and docs #5608

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ LobeChat 支持文件上传与知识库功能,你可以上传文件、图片

<details><summary><kbd>See more providers (+26)</kbd></summary>

- **[Novita](https://lobechat.com/discover/provider/novita)**: Novita AI 是一个提供多种大语言模型与 AI 图像生成的 API 服务的平台,灵活、可靠且具有成本效益。它支持 Llama3、Mistral 等最新的开源模型,并为生成式 AI 应用开发提供了全面、用户友好且自动扩展的 API 解决方案,适合 AI 初创公司的快速发展。
- **[Novita](https://lobechat.com/discover/provider/novita)**: Novita AI 是一个提供多种大语言模型与 AI 图像生成的 API 服务的平台,灵活、可靠且具有成本效益。它支持 DeepSeek、Llama3、Mistral 等最新的开源模型,并为生成式 AI 应用开发提供了全面、用户友好且自动扩展的 API 解决方案,适合 AI 初创公司的快速发展。
- **[Together AI](https://lobechat.com/discover/provider/togetherai)**: Together AI 致力于通过创新的 AI 模型实现领先的性能,提供广泛的自定义能力,包括快速扩展支持和直观的部署流程,满足企业的各种需求。
- **[Fireworks AI](https://lobechat.com/discover/provider/fireworksai)**: Fireworks AI 是一家领先的高级语言模型服务商,专注于功能调用和多模态处理。其最新模型 Firefunction V2 基于 Llama-3,优化用于函数调用、对话及指令跟随。视觉语言模型 FireLLaVA-13B 支持图像和文本混合输入。其他 notable 模型包括 Llama 系列和 Mixtral 系列,提供高效的多语言指令跟随与生成支持。
- **[Groq](https://lobechat.com/discover/provider/groq)**: Groq 的 LPU 推理引擎在最新的独立大语言模型(LLM)基准测试中表现卓越,以其惊人的速度和效率重新定义了 AI 解决方案的标准。Groq 是一种即时推理速度的代表,在基于云的部署中展现了良好的性能。
Expand Down
13 changes: 6 additions & 7 deletions docs/usage/providers/novita.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tags:

<Image alt={'Using Novita AI in LobeChat'} cover src={'https://github.com/user-attachments/assets/b2b36128-6a43-4a1f-9c08-99fe73fb565f'} />

[Novita AI](https://novita.ai/) is an AI API platform that provides a variety of LLM and image generation APIs, supporting Llama3 (8B, 70B), Mistral, and many other cutting-edge models. We offer a variety of censored and uncensored models to meet your different needs.
[Novita AI](https://novita.ai/) is an AI API platform that provides a variety of LLM and image generation APIs, supporting DeepSeek, Llama3 (8B, 70B), Qwen, Mistral, and many other cutting-edge models. We offer a variety of censored and uncensored models to meet your different needs.

This document will guide you on how to integrate Novita AI in LobeChat:

Expand All @@ -26,27 +26,26 @@ This document will guide you on how to integrate Novita AI in LobeChat:

- Visit [Novita.ai](https://novita.ai/) and create an account
- You can log in with your Google or Github account
- Upon registration, Novita AI will provide a $0.5 credit.

<Image alt={'Register OpenRouter'} height={457} inStep src={'https://github.com/user-attachments/assets/f3177ce2-281c-4ed4-a061-239547b466c6'} />
<Image alt={'Register Novita AI'} height={457} inStep src={'https://github.com/user-attachments/assets/8086f567-876b-4e40-82a8-f0b9a4a74f39'} />

### Step 2: Obtain the API Key

- Visit Novita AI's [key management page](https://novita.ai/dashboard/key), create and copy an API Key.
- Visit Novita AI's [key management page](https://novita.ai/settings/key-management), create and save an API Key.

<Image alt={'Obtain Novita AI API key'} inStep src={'https://github.com/user-attachments/assets/1e33aff2-6186-4e1f-80a8-4a2c855d8cc1'} />
<Image alt={'Obtain Novita AI API key'} inStep src={'https://github.com/user-attachments/assets/dcf32358-acec-41af-8194-a67d72e8caad'} />

### Step 3: Configure Novita AI in LobeChat

- Visit the `Settings` interface in LobeChat
- Find the setting for `novita.ai` under `Language Model`

<Image alt={'Enter Novita AI API key in LobeChat'} inStep src={'https://github.com/user-attachments/assets/00c02637-873e-4e7e-9dc3-a95085b16dd7'} />
<Image alt={'Enter Novita AI API key in LobeChat'} inStep src={'https://github.com/user-attachments/assets/c0d0a772-5604-44ab-add1-1352f11768b9'} />

- Open novita.ai and enter the obtained API key
- Choose a Novita AI model for your assistant to start the conversation

<Image alt={'Select and use Novita AI model'} inStep src={'https://github.com/user-attachments/assets/6f9f400a-72e0-49de-94cb-5069fddf1163'} />
<Image alt={'Select and use Novita AI model'} inStep src={'https://github.com/user-attachments/assets/b31b0093-4221-4b75-84db-d5f82ee78f4e'} />

<Callout type={'warning'}>
During usage, you may need to pay the API service provider, please refer to Novita AI's pricing
Expand Down
13 changes: 6 additions & 7 deletions docs/usage/providers/novita.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:

<Image alt={'在 LobeChat 中使用 Novita AI'} cover src={'https://github.com/user-attachments/assets/b2b36128-6a43-4a1f-9c08-99fe73fb565f'} />

[Novita AI](https://novita.ai/) 是一个 AI API 平台,它提供多种大语言模型与 AI 图像生成的 API 服务。支持 Llama3 (8B, 70B)Mistral 和其他最新的模型。
[Novita AI](https://novita.ai/) 是一个 AI API 平台,它提供多种大语言模型与 AI 图像生成的 API 服务。支持 DeepSeek、Llama3 (8B, 70B)、Qwen、Mistral 和其他最新的模型。

本文档将指导你如何在 LobeChat 中使用 Novita AI:

Expand All @@ -25,27 +25,26 @@ tags:

- 访问 [Novita.ai](https://novita.ai/) 并创建账号
- 你可以使用 Google 或者 Github 账号登录
- 注册后,Novita AI 会赠送 0.5 美元的使用额度

<Image alt={'注册 Novita AI'} height={457} inStep src={'https://github.com/user-attachments/assets/f3177ce2-281c-4ed4-a061-239547b466c6'} />
<Image alt={'注册 Novita AI'} height={457} inStep src={'https://github.com/user-attachments/assets/8086f567-876b-4e40-82a8-f0b9a4a74f39'} />

### 步骤二:创建 API 密钥

- 访问 Novita AI 的 [密钥管理页面](https://novita.ai/dashboard/key) ,创建并且复制一个 API 密钥.
- 访问 Novita AI 的 [密钥管理页面](https://novita.ai/settings/key-management) ,创建并且保存好一个 API 密钥.

<Image alt={'创建 Novita AI API 密钥'} inStep src={'https://github.com/user-attachments/assets/1e33aff2-6186-4e1f-80a8-4a2c855d8cc1'} />
<Image alt={'创建 Novita AI API 密钥'} inStep src={'https://github.com/user-attachments/assets/dcf32358-acec-41af-8194-a67d72e8caad'} />

### 步骤三:在 LobeChat 中配置 Novita AI

- 访问 LobeChat 的 `设置` 界面
- 在 `语言模型` 下找到 `novita.ai` 的设置项
- 打开 novita.ai 并填入获得的 API 密钥

<Image alt={'在 LobeChat 中输入 Novita AI API 密钥'} inStep src={'https://github.com/user-attachments/assets/00c02637-873e-4e7e-9dc3-a95085b16dd7'} />
<Image alt={'在 LobeChat 中输入 Novita AI API 密钥'} inStep src={'https://github.com/user-attachments/assets/c0d0a772-5604-44ab-add1-1352f11768b9'} />

- 为你的助手选择一个 Novita AI 模型即可开始对话

<Image alt={'Select and use Novita AI model'} inStep src={'https://github.com/user-attachments/assets/6f9f400a-72e0-49de-94cb-5069fddf1163'} />
<Image alt={'Select and use Novita AI model'} inStep src={'https://github.com/user-attachments/assets/b31b0093-4221-4b75-84db-d5f82ee78f4e'} />

<Callout type={'warning'}>
在使用过程中你可能需要向 API 服务提供商付费,请参考 Novita AI 的相关费用政策。
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-CN/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"description": "Moonshot 是由北京月之暗面科技有限公司推出的开源平台,提供多种自然语言处理模型,应用领域广泛,包括但不限于内容创作、学术研究、智能推荐、医疗诊断等,支持长文本处理和复杂生成任务。"
},
"novita": {
"description": "Novita AI 是一个提供多种大语言模型与 AI 图像生成的 API 服务的平台,灵活、可靠且具有成本效益。它支持 Llama3、Mistral 等最新的开源模型,并为生成式 AI 应用开发提供了全面、用户友好且自动扩展的 API 解决方案,适合 AI 初创公司的快速发展。"
"description": "Novita AI 是一个提供多种大语言模型与 AI 图像生成的 API 服务的平台,灵活、可靠且具有成本效益。它支持 DeepSeek、Llama3、Mistral 等最新的开源模型,并为生成式 AI 应用开发提供了全面、用户友好且自动扩展的 API 解决方案,适合 AI 初创公司的快速发展。"
},
"ollama": {
"description": "Ollama 提供的模型广泛涵盖代码生成、数学运算、多语种处理和对话互动等领域,支持企业级和本地化部署的多样化需求。"
Expand Down
Loading
Loading