https://github.com/devnix/openai-proxy
OpenAI HTTP proxy made in PHP with Amp
https://github.com/devnix/openai-proxy
Last synced: about 1 month ago
JSON representation
OpenAI HTTP proxy made in PHP with Amp
- Host: GitHub
- URL: https://github.com/devnix/openai-proxy
- Owner: devnix
- License: mit
- Created: 2025-08-20T16:18:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T23:13:21.000Z (6 months ago)
- Last Synced: 2025-09-08T00:46:41.293Z (6 months ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devnix/openai-proxy
## Installation
```shell
composer global require devnix/openai-proxy
```
## Usage
```shell
LISTEN_ADDRESS=127.0.0.1:8080 OPENAI_API_HOST=https://api.openai.com/ OPENAI_API_KEY=sk-0123456789 openai-proxy
```