diff options
author | Anonymous <anon@anon.com> | 2024-11-28 13:42:56 +0100 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2024-11-28 13:42:56 +0100 |
commit | 04240d446bd0e9bf40cf2c1badce1f0c5eaa5caa (patch) | |
tree | 1f55c9023c992327ec944da508b4d7cc7d16facb | |
parent | 462aedacb6085ee5b8704e0329f5d6dac3233ddf (diff) |
rip AIhotdog
-rw-r--r-- | Home.md | 26 |
1 files changed, 1 insertions, 25 deletions
@@ -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. - <http://cgit.hotdog.r/wiki> - <http://cgit.ni.r/wiki> - <https://code.kmein.de/kfm/wiki> (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/) |