https://github.com/thecosy/chatgpt-helper
https://github.com/thecosy/chatgpt-helper
nextjs tailwindcss vercel
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecosy/chatgpt-helper
- Owner: Thecosy
- Created: 2023-01-30T05:58:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T13:36:35.000Z (over 2 years ago)
- Last Synced: 2025-04-09T10:52:09.080Z (about 1 month ago)
- Topics: nextjs, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://chatgpthelper.vercel.app
- Size: 4.65 MB
- Stars: 78
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [chatgpt-helper](https://chat.aircode.dev)
This project generates Helper for you using AI.

## 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):
[](https://vercel.com/new/clone?repository-url=https://github.com/Thecosy/chatgpt-helper&env=OPENAI_API_KEY&project-name=chatgpt-helper&repo-name=chatgpthelper)