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

https://github.com/orvice/openai-proxy

A openai api proxy written in golang.
https://github.com/orvice/openai-proxy

Last synced: 11 months ago
JSON representation

A openai api proxy written in golang.

Awesome Lists containing this project

README

          

# openai-proxy

## Deploy

`docker-compose.yml` example:

```
openai-proxy:
image: ghcr.io/orvice/openai-proxy:main
restart: always
container_name: openai-proxy
ports:
- 8080
environment:
- OPENAI_API_KEY=sk-xxxx
```