Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```