aurora
v2.2.5
README_EN
(With UI) Free GPT3.5, supports access calls using 3.5
Visit http://your server ip:8080/web
git clone https://github.com/aurora-develop/aurora
cd aurora
go build -o aurora
chmod +x ./aurora
./aurora
You need to install Docker and Docker Compose.
docker run -d
--name aurora
-p 8080:8080
ghcr.io/aurora-develop/aurora:latest
Create a new directory, such as aurora-app, and enter it:
mkdir aurora
cd aurora
Download the docker-compose.yml file in the library in this directory:
docker-compose up -d
curl --location ' http://你的服务器ip:8080/v1/chat/completions '
--header ' Content-Type: application/json '
--data ' {
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Say this is a test!"}],
"stream": true
} '
By default, no settings are required unless you have needs
BASE_URL="https://chat.openai.com/backend-api" 代理网关
Authorization=your_authorization 用户认证 key。
TLS_CERT=path_to_your_tls_cert 存储TLS(传输层安全协议)证书的路径。
TLS_KEY=path_to_your_tls_key 存储TLS(传输层安全协议)证书的路径。
PROXY_URL=your_proxy_url 添加代理池来。
Thank you all for your PR support, thank you.
https://github.com/xqdoo00o/ChatGPT-to-API
MIT License