Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hk-gosuto/openai-vercel-proxy
Using Vercel routes to proxy the OpenAI API.
https://github.com/hk-gosuto/openai-vercel-proxy
Last synced: about 2 months ago
JSON representation
Using Vercel routes to proxy the OpenAI API.
- Host: GitHub
- URL: https://github.com/hk-gosuto/openai-vercel-proxy
- Owner: Hk-Gosuto
- Created: 2023-04-16T03:37:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-16T03:42:15.000Z (over 1 year ago)
- Last Synced: 2024-04-25T00:17:16.805Z (9 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vercel OpenAIAPI Proxy
Using Vercel routes to proxy the OpenAI API.
## Installing Vercel CLI
To download and install Vercel CLI, run the following command:
```
pnpm i -g vercel
```## Login Vercel
```
vercel login
```## Publish
Publish to Vercel
```
vercel --prod -y
```