Welcome to Pastey

A lightweight, self-hosted paste platform


ChatGPT and Peace
GPT-4 War and Peace TV Show

A low-quality simulacrum of a real artistic process. 

- Is this a thing we want to be making
- Do we as a society want to make these? They could drown out the voices of people actually trying to say something meaningful.


Prompts
converrt
#!/bin/bash

if [ -z "$1" ]
  then
    echo "No argument supplied"
    exit 1
fi

input_file=$1
output_file="${input_file%.*}.mp3"
main.py
"""Stream Mac addresses"""
import re
import asyncio
import subprocess

from fastapi import FastAPI, Response
from fastapi.staticfiles import StaticFiles
from fastapi.responses import StreamingResponse, PlainTextResponse

index.html
<!DOCTYPE html>
<html>

<head>
    <title>MAC Address Stream</title>
</head>

<body>
    <h1>MAC Address Stream</h1>
    <div id="content"></div>