Web UI for GPT 3.5 access via API
Top 20.7% on sourcepulse
Aurora provides a free, web-based interface and API endpoint for GPT-3.5, enabling users to access and interact with the model. It is designed for individuals and developers looking for an accessible way to leverage GPT-3.5 capabilities, potentially bypassing regional restrictions.
How It Works
Aurora acts as a proxy, forwarding requests to OpenAI's GPT-3.5 API. It offers a web UI for direct interaction and an API endpoint compatible with the OpenAI API format. This approach allows users to utilize GPT-3.5 through a self-hosted instance, offering flexibility in configuration and potentially circumventing access limitations by specifying custom base URLs or proxy servers.
Quick Start & Requirements
git clone https://github.com/aurora-develop/aurora && cd aurora && go build -o aurora && chmod +x ./aurora && ./aurora
docker run -d --name aurora -p 8080:8080 ghcr.io/aurora-develop/aurora:latest
docker-compose.yml
and run docker-compose up -d
.BASE_URL
, Authorization
(user key), TLS_CERT
, TLS_KEY
, and PROXY_URL
.Highlighted Details
http://your_server_ip:8080/web
.http://your_server_ip:8080/v1/chat/completions
compatible with OpenAI's format.BASE_URL
to bypass regional restrictions or use alternative endpoints.Maintenance & Community
The project acknowledges contributions via pull requests. Further community or roadmap information is not detailed in the README.
Licensing & Compatibility
Limitations & Caveats
The project's primary function relies on external GPT-3.5 access, which may be subject to OpenAI's terms of service and availability. The README mentions potential IP-based restrictions that can be bypassed with custom configurations.
9 months ago
1 day