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.
- Host: GitHub
- URL: https://github.com/orvice/openai-proxy
- Owner: orvice
- License: mit
- Created: 2023-04-03T10:58:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T09:09:53.000Z (over 1 year ago)
- Last Synced: 2024-11-30T10:21:13.390Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```