Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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