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

Add new LLM API provider: Novita AI #314

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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ English · [简体中文](./README_zh-CN.md) · [Docs](https://chatnio.com) · [
14. OpenRouter (👉 OpenAI)
15. 360 GPT
16. LocalAI / Ollama (👉 OpenAI)
17. Novita AI (👉 OpenAI)

## 👻 OpenAI Compatible API Proxy
- [x] Chat Completions _(/v1/chat/completions)_
Expand Down
1 change: 1 addition & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
14. OpenRouter (👉 OpenAI)
15. 360 GPT
16. LocalAI / Ollama (👉 OpenAI)
17. Novita AI (👉 OpenAI)

## 👻 中转 OpenAI 兼容 API
- [x] Chat Completions _(/v1/chat/completions)_
Expand Down
3 changes: 3 additions & 0 deletions app/src/admin/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ export const modelColorMapper: Record<string, string> = {

// OpenRouter
openrouter: "purple-600",

// Novita AI
novita: "violet-500",
};

const unknownColors = [
Expand Down
2 changes: 2 additions & 0 deletions zeabur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
14. OpenRouter (👉 OpenAI)
15. 360 GPT
16. LocalAI / Ollama (👉 OpenAI)
17. Novita AI (👉 OpenAI)

## 👻 中转 OpenAI 兼容 API
- [x] Chat Completions _(/v1/chat/completions)_
Expand Down Expand Up @@ -284,6 +285,7 @@ localization:
14. OpenRouter (👉 OpenAI)
15. 360 GPT
16. LocalAI / Ollama (👉 OpenAI)
17. Novita AI (👉 OpenAI)

## 👻 中转 OpenAI 兼容 API
- [x] Chat Completions _(/v1/chat/completions)_
Expand Down