ASCII Art

ASCII Art

fun

Convert any text to ASCII art.

{
  "schema_version": "v1",
  "name_for_model": "asciiArt0",
  "name_for_human": "ASCII Art",
  "description_for_model": "Plugin for rendering text as ASCII art. Use it whenever a user asks to convert text into ASCII character art. Output is a string that should be rendered as a markdown code block (no programming language).",
  "description_for_human": "Convert any text to ASCII art.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://chatgpt-plugin-ts.transitive-bullshit.workers.dev/openapi.json",
    "has_user_authentication": false
  },
  "logo_url": "https://transitivebullsh.it/.well-known/logo.png",
  "contact_email": "travis@transitivebullsh.it",
  "legal_info_url": "https://transitivebullsh.it/about"
}