Skip to content

Commit

Permalink
docs: deploy with vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Mar 3, 2023
1 parent 48cf9f1 commit 77036be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A demo repo based on [OpenAI GPT-3.5 Turbo API](https://platform.openai.com/docs/guides/chat).

## How to build
## Run Locally

1. Setup & Install dependencies

Expand All @@ -21,6 +21,10 @@ A demo repo based on [OpenAI GPT-3.5 Turbo API](https://platform.openai.com/docs
```shell
npm run dev
```

## Deploy With Vercel

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fddiu8081%2Fchatgpt-demo&env=OPENAI_API_KEY&envDescription=OpenAI%20API%20Key&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys)

## License

Expand Down

0 comments on commit 77036be

Please sign in to comment.