Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pabannier/makeitpunchier
Make your tweets more punchy with Mixtral and GPT
https://github.com/pabannier/makeitpunchier
generator gpt mixtral tweets twitter
Last synced: 11 days ago
JSON representation
Make your tweets more punchy with Mixtral and GPT
- Host: GitHub
- URL: https://github.com/pabannier/makeitpunchier
- Owner: PABannier
- Created: 2024-05-09T16:26:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T19:57:44.000Z (9 months ago)
- Last Synced: 2024-11-14T00:42:51.434Z (2 months ago)
- Topics: generator, gpt, mixtral, tweets, twitter
- Language: JavaScript
- Homepage: https://makeitpunchier.com
- Size: 1.08 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Make It Punchier](https://www.makeitpunchier.com/)
Make your tweets more punchy, tweet like a pro.
[![Make It Punchier](./assets/website_preview.png)](https://www.makeitpunchier.com/)
MakeItPunchier is a web app inspired by Nutlope's [tweetbio.io](tweetbio.io) which turns your boring tweets into engaging, "punchier" tweets. Tweet like a pro.
The app is nothing more than a simple ChatGPT/Mixtral wrapper, with a tiny bit of prompt engineering. It was built as a challenge on Ascension Day 2024.
## Instructions
You can use the [live version](https://www.makeitpunchier.com/). If you prefer to run the app locally,
1. Create a `.env.local` file and fill in the following two keys
```bash
OPENAI_API_KEY=
TOGETHER_API_KEY=
```2. Launch the app
```bash
npm run dev
```