From 04240d446bd0e9bf40cf2c1badce1f0c5eaa5caa Mon Sep 17 00:00:00 2001 From: Anonymous Date: Thu, 28 Nov 2024 13:42:56 +0100 Subject: rip AI --- Home.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'Home.md') diff --git a/Home.md b/Home.md index 1f7ac20..05299dd 100644 --- a/Home.md +++ b/Home.md @@ -7,19 +7,6 @@ This is the wiki for retiolum. - [[Retiolum]] - [graph.r](http://graph.r): Tinc network visualization - [social.krebsco.de](http://wiki.r/social.krebsco.de.md) -- [stable-diffusion](http://stable-confusion.r): Images-as-Service - - Webdav for all images at: dav://stable-confusion.r/output, mountable with `gio mount dav://stable-confusion.r/output/` (requires `services.gvfs.enable = true;`) - - [Gallery](http://stable-confusion.r/output/latest-gallery.html) - - [Directory listing](http://stable-confusion.r/output/) -- [Vicuna](http://vicuna.r): Text-as-a-Service (gpt alternative) - - vicuna-13b model, https://vicuna.lmsys.org/ - - api example: - ```console - $ curl http://vicuna.r/v1/chat/completions -H "Content-Type: application/json" -d '{ - "model": "vicuna-13b", - "messages": [{"role": "user", "content": "Hello!"}] - }' - ``` - [wallpaper](http://prism.r/realwallpaper-krebs.png) - [wallpaper-timelapse](http://prism.r/realwallpaper-video.mp4) - [wallpaper no entities](http://prism.r/realwallpaper.png) @@ -28,18 +15,7 @@ This is the wiki for retiolum. - - - (ask kmein for permissions) -- [tts.r - text-to-speech, usable as API](http://tts.r) -```bash -# example usage for your bashrc/zshrc -say() { - _say() { curl -sSG http://tts.r/api/tts --data-urlencode text@- | mpv --keep-open=no --no-resume-playback -; } - if [[ "$#" -eq 0 ]]; then - _say - else - echo "$@" | _say - fi -} -``` + - [ACME](./ACME) - [upterm](https://upterm.thalheim.io/) - [jitsi](https://jitsi.lassul.us/) -- cgit v1.2.3