A small OpenAI API proxy for SPA local development in cookie-based auth environments.
734
An OpenAI API proxy useful for locally devloping a SPA.
docker run \
-p 3000:3000 \
-e PORT=3000 \
-e URL=https://some.example.com \
-e ORIGIN=http://localhost:5173 \
kodumbeats/openai-api-proxy:0.0.1
The following environments are used:
Authorization: bearer token used for requests, defaults to cookie auth passthroughContent type
Image
Digest
sha256:84c4ec502…
Size
83.1 MB
Last updated
about 3 years ago
docker pull kodumbeats/openai-api-proxy