aurora
v2.2.5
README_FR
(Avec interface utilisateur) GPT3.5 gratuit, prend en charge les appels d'accès utilisant 3.5
Visitez http://votre serveur ip:8080/web
git clone https://github.com/aurora-develop/aurora
cd aurora
go build -o aurora
chmod +x ./aurora
./aurora
Vous devez installer Docker et Docker Compose.
docker run -d
--name aurora
-p 8080:8080
ghcr.io/aurora-develop/aurora:latest
Créez un nouveau répertoire, tel que aurora-app, et saisissez-le :
mkdir aurora
cd aurora
Téléchargez le fichier docker-compose.yml dans la bibliothèque dans ce répertoire :
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
} '
Par défaut, aucun paramètre n'est requis sauf si vous en avez besoin
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 添加代理池来。
Merci à tous pour votre soutien aux relations publiques, merci.
https://github.com/xqdoo00o/ChatGPT-to-API
Licence MIT