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

https://github.com/thecosy/chatgpt-helper


https://github.com/thecosy/chatgpt-helper

nextjs tailwindcss vercel

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# [chatgpt-helper](https://chat.aircode.dev)

This project generates Helper for you using AI.

![img](https://res.cloudinary.com/dxl1idlr5/image/upload/v1675322225/2023/02/d6ac6b1d3baaced408841f62fdfb4e5a.png)

## Support
`English`, `中文`, `日本語`, `Italiano`, `Deutsch`, `Español`, `Français`,`繁體中文`,`Nederlands`

PR welcome

## How it works

Inspired by [TwtterBio](https://github.com/Nutlope/twitterbio)and [mail-helper](https://github.com/shengxinjing/email-helper) and [Danny Richman](https://twitter.com/DannyRichman/status/1598254671591723008?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1598254671591723008%7Ctwgr%5Eb7deab6eb03d86a1b9ac13f7e38cdeab57a40cbb%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.buzzfeednews.com%2Farticle%2Ftomwarren%2Fai-app-dyslexic-email-writer-help)

Powerd by [OpenAI](https://openai.com/), [Next.js](https://nextjs.org/), [Vercel](https://vercel.com/) and [Tailwind CSS](https://tailwindcss.com/).

This project uses the [OpenAI GPT-3 API](https://openai.com/api/) (specifically, text-davinci-003) and [Vercel Edge functions](https://vercel.com/features/edge-functions) with streaming. It constructs a prompt based on the form and user input, sends it to the GPT-3 API via a Vercel Edge function, then streams the response back to the application.

Video and blog post coming soon on how to build apps with OpenAI and Vercel Edge functions!

## Running Locally

After cloning the repo, go to [OpenAI](https://beta.openai.com/account/api-keys) to make an account and put your API key in a file called `.env`.

Then, run the application in the command line and it will be available at `http://localhost:3000`.

```bash
npm run dev
```

## One-Click Deploy

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/Thecosy/chatgpt-helper&env=OPENAI_API_KEY&project-name=chatgpt-helper&repo-name=chatgpthelper)