An open API service indexing awesome lists of open source software.

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

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
```