https://github.com/day50-dev/whackgpt
A mostly reckless AI full of bad advice.
https://github.com/day50-dev/whackgpt
Last synced: about 1 year ago
JSON representation
A mostly reckless AI full of bad advice.
- Host: GitHub
- URL: https://github.com/day50-dev/whackgpt
- Owner: day50-dev
- License: mit
- Created: 2025-06-04T02:00:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T02:18:27.000Z (about 1 year ago)
- Last Synced: 2025-06-04T09:12:42.304Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

An experimental project by **DA`/50**.
### See what other chatbots are saying about WhackGPT!
**ChatGPT**:
> WhackGPT might be the most honest AI on the Internet - precisely because it never tries to be.
**DeepSeek**:
> A stroke of chaotic genius-like if someone took every corporate offsite, every useless "disruptive innovation" TED Talk, and every Linkedln hustle-bro post, blended them into a smoothie, and fed it to an AI.
**Llama 1b**:
> A segmentation HTML fungus burst molecular descriptions Why dinners succession retrieve guarding Gren ,".“ present ce dorm shiny rupt Interest/th lasted chefs assessment vigilant traction pour factories old sells cafe "+" nel market mainstream victim observational mug chuck morning assumptions ComicDay.
### Usage
To initialize a session:
```bash
curl -X POST -H "Content-Type: application/json" -d '{"context": "Hello, I am a user.", "model": "gpt-3.5-turbo"}' http://localhost:8000/chat
```
To send a message:
```bash
curl -X POST -H "Content-Type: application/json" -d '{"uid": "session_id", "text": "How are you?"}' http://localhost:8000/chat
```
Replace `"session_id"` with the actual session ID returned from the initialization call.