mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 15:53:42 +08:00 
			
		
		
		
	docs: add related projects (#1562)
Co-authored-by: 成达 <chengda.615@bytedance.com>
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.en.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.en.md
									
									
									
									
									
								
							@@ -101,7 +101,7 @@ Nginx reference configuration:
 | 
			
		||||
```
 | 
			
		||||
server{
 | 
			
		||||
   server_name openai.justsong.cn;  # Modify your domain name accordingly
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
   location / {
 | 
			
		||||
          client_max_body_size  64m;
 | 
			
		||||
          proxy_http_version 1.1;
 | 
			
		||||
@@ -132,12 +132,12 @@ The initial account username is `root` and password is `123456`.
 | 
			
		||||
1. Download the executable file from [GitHub Releases](https://github.com/songquanpeng/one-api/releases/latest) or compile from source:
 | 
			
		||||
   ```shell
 | 
			
		||||
   git clone https://github.com/songquanpeng/one-api.git
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
   # Build the frontend
 | 
			
		||||
   cd one-api/web/default
 | 
			
		||||
   npm install
 | 
			
		||||
   npm run build
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
   # Build the backend
 | 
			
		||||
   cd ../..
 | 
			
		||||
   go mod download
 | 
			
		||||
@@ -287,7 +287,9 @@ If the channel ID is not provided, load balancing will be used to distribute the
 | 
			
		||||
    + Double-check that your interface address and API Key are correct.
 | 
			
		||||
 | 
			
		||||
## Related Projects
 | 
			
		||||
[FastGPT](https://github.com/labring/FastGPT): Knowledge question answering system based on the LLM
 | 
			
		||||
* [FastGPT](https://github.com/labring/FastGPT): Knowledge question answering system based on the LLM
 | 
			
		||||
* [VChart](https://github.com/VisActor/VChart):  More than just a cross-platform charting library, but also an expressive data storyteller.
 | 
			
		||||
* [VMind](https://github.com/VisActor/VMind):  Not just automatic, but also fantastic. Open-source solution for intelligent visualization.
 | 
			
		||||
 | 
			
		||||
## Note
 | 
			
		||||
This project is an open-source project. Please use it in compliance with OpenAI's [Terms of Use](https://openai.com/policies/terms-of-use) and **applicable laws and regulations**. It must not be used for illegal purposes.
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@@ -53,7 +53,7 @@ _✨ 通过标准的 OpenAI API 格式访问所有的大模型,开箱即用 
 | 
			
		||||
 | 
			
		||||
> [!NOTE]
 | 
			
		||||
> 本项目为开源项目,使用者必须在遵循 OpenAI 的[使用条款](https://openai.com/policies/terms-of-use)以及**法律法规**的情况下使用,不得用于非法用途。
 | 
			
		||||
> 
 | 
			
		||||
>
 | 
			
		||||
> 根据[《生成式人工智能服务管理暂行办法》](http://www.cac.gov.cn/2023-07/13/c_1690898327029107.htm)的要求,请勿对中国地区公众提供一切未经备案的生成式人工智能服务。
 | 
			
		||||
 | 
			
		||||
> [!WARNING]
 | 
			
		||||
@@ -144,7 +144,7 @@ Nginx 的参考配置:
 | 
			
		||||
```
 | 
			
		||||
server{
 | 
			
		||||
   server_name openai.justsong.cn;  # 请根据实际情况修改你的域名
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
   location / {
 | 
			
		||||
          client_max_body_size  64m;
 | 
			
		||||
          proxy_http_version 1.1;
 | 
			
		||||
@@ -189,12 +189,12 @@ docker-compose ps
 | 
			
		||||
1. 从 [GitHub Releases](https://github.com/songquanpeng/one-api/releases/latest) 下载可执行文件或者从源码编译:
 | 
			
		||||
   ```shell
 | 
			
		||||
   git clone https://github.com/songquanpeng/one-api.git
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
   # 构建前端
 | 
			
		||||
   cd one-api/web/default
 | 
			
		||||
   npm install
 | 
			
		||||
   npm run build
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
   # 构建后端
 | 
			
		||||
   cd ../..
 | 
			
		||||
   go mod download
 | 
			
		||||
@@ -321,7 +321,7 @@ Render 可以直接部署 docker 镜像,不需要 fork 仓库:https://dashbo
 | 
			
		||||
例如对于 OpenAI 的官方库:
 | 
			
		||||
```bash
 | 
			
		||||
OPENAI_API_KEY="sk-xxxxxx"
 | 
			
		||||
OPENAI_API_BASE="https://<HOST>:<PORT>/v1" 
 | 
			
		||||
OPENAI_API_BASE="https://<HOST>:<PORT>/v1"
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
```mermaid
 | 
			
		||||
@@ -448,6 +448,8 @@ https://openai.justsong.cn
 | 
			
		||||
## 相关项目
 | 
			
		||||
* [FastGPT](https://github.com/labring/FastGPT): 基于 LLM 大语言模型的知识库问答系统
 | 
			
		||||
* [ChatGPT Next Web](https://github.com/Yidadaa/ChatGPT-Next-Web):  一键拥有你自己的跨平台 ChatGPT 应用
 | 
			
		||||
* [VChart](https://github.com/VisActor/VChart):  不只是开箱即用的多端图表库,更是生动灵活的数据故事讲述者。
 | 
			
		||||
* [VMind](https://github.com/VisActor/VMind):  不仅自动,还很智能。开源智能可视化解决方案。
 | 
			
		||||
 | 
			
		||||
## 注意
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user