Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwntus/conpilot
Your (unhelpful) AI pair programmer.
https://github.com/pwntus/conpilot
Last synced: 14 days ago
JSON representation
Your (unhelpful) AI pair programmer.
- Host: GitHub
- URL: https://github.com/pwntus/conpilot
- Owner: Pwntus
- Created: 2024-06-07T10:35:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T11:47:11.000Z (7 months ago)
- Last Synced: 2024-12-15T19:05:36.417Z (16 days ago)
- Language: Vue
- Homepage: https://conpilot.vercel.app
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⭐ Conpilot ⭐
Write some code, get roasted by **Conpilot**.
Try it live here: https://conpilot.vercel.app
## How does it work?
**Conpilot** uses [llama-3-8b](https://replicate.com/meta/meta-llama-3-8b-instruct) and the [SpeechSynthesis API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis) to roast your code.
## Setup
Clone this repo, make a [Replicate](https://replicate.com) account and update the `.env` file with your API token:
```
REPLICATE_API_TOKEN=""
```## Run it
```bash
npm install
npm run dev
```