Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kevmo314/vibe-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vibe-http

hero

A tiny HTTP server that passes the HTTP request to OpenAI's ChatGPT API and returns the response.

Consequentially, each website visitor will get a different experience. To limit the chaos a little bit, previous requests and responses are passed to ChatGPT as context.

Demo

Hosted at https://vibehttp.com/. Try it out! Be creative with your paths because the server gets the entire packet. For example, check out

Try some subdomains too, for example

Check out the edgier parts of the site too

Don't like your page? Hit refresh to reroll.

Motivation

motivation

Run it locally

OPENAI_API_KEY=sk-... go run main.go

About

HTTP responses powered by AI

Resources

Stars

Watchers

Forks