Skip to content

Commit

Permalink
feat: add novita AI in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonhp committed Dec 23, 2024
1 parent 6b603c7 commit d465002
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
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

0 comments on commit d465002

Please sign in to comment.