Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Oct 15, 2023
1 parent 3655991 commit 657ef2a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
35 changes: 32 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

![chatnio](/app/public/logo.png)

# [Chat Nio](https://nio.fystart.cn)
# [Chat Nio](https://chatnio.net)

👋 轻量级 ChatGPT 聊天平台

👋 Lightweight ChatGPT Chat Platform

[![code-stats](https://stats.deeptrain.net/repo/zmh-program/chatnio)](https://stats.deeptrain.net)
[官网](https://chatnio.net) | [开放文档](https://docs.chatnio.net) | [SDKs](https://docs.chatnio.net/kuai-su-kai-shi) | [QQ 群]()

[![code-stats](https://stats.deeptrain.net/repo/Deeptrain-Community/chatnio)](https://stats.deeptrain.net)

</div>

Expand Down Expand Up @@ -107,7 +109,7 @@

## 📦 部署 | Deploy
```shell
git clone https://github.com/zmh-program/chatnio.git
git clone https://github.com/Deeptrain-Community/chatnio.git
cd chatnio

go build -o chatnio
Expand Down Expand Up @@ -159,6 +161,19 @@ auth:
sign: ...
```
## 📚 开发文档 | Docs
[开发文档](https://docs.chatnio.net)
## ⚡ Key 中转服务 | Key Relay Service
- 支持多模型兼容层,这意味着你可以使用一次代码,同时兼容多家 AI 模型
- Support multi-model compatible layer, which means you can use one code to be compatible with multiple AI models at the same time
- 支持多账户均衡负载,高并发
- Support multi-account load balancing, high concurrency
`https://api.openai.com` 替换为 `https://api.chatnio.net`,填入控制台中的 `API 设置` 中的 API Key 即可使用

Replace `https://api.openai.com` with `https://api.chatnio.net` and fill in the API Key in the `API Settings` in the console to use

## 📦 技术栈 | Tech Stack
- 前端: React + Radix UI + Tailwind CSS + Redux
- 后端: Golang + Gin + Redis + MySQL + Tiktoken (OpenAI)
Expand All @@ -175,5 +190,19 @@ auth:
- [@Sh1n3zz](https://github.com/sh1n3zz) (全栈开发)
- [@一個小果冻](https://b23.tv/XjdZ4DN) (美工、UI 设计)


## 📚 SDKs
- [JavaScript SDK](https://github.com/Deeptrain-Community/chatnio-api-node)
- [Python SDK](https://github.com/Deeptrain-Community/chatnio-api-python)
- [Golang SDK](https://github.com/Deeptrain-Community/chatnio-api-go)

## ✨ 其他项目 | Other Projects

- [Fyrrum Start](https://fystart.com)
- [ChatNio Next Web](https://nextweb.chatnio.net)

## 📄 开源协议 | License
Apache License 2.0

## ❤ 捐助 | Donate
[@LightXi](https://github.com/LightXi)
2 changes: 1 addition & 1 deletion app/src/components/ProjectLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function ProjectLink() {
<Button
variant="outline"
size="icon"
onClick={() => window.open("https://github.com/zmh-program/chatnio")}
onClick={() => window.open("https://github.com/Deeptrain-Community/chatnio")}
>
<svg
viewBox="0 0 438.549 438.549"
Expand Down

0 comments on commit 657ef2a

Please sign in to comment.