summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous <anon@anon.com>2024-11-28 13:42:56 +0100
committerAnonymous <anon@anon.com>2024-11-28 13:42:56 +0100
commit04240d446bd0e9bf40cf2c1badce1f0c5eaa5caa (patch)
tree1f55c9023c992327ec944da508b4d7cc7d16facb
parent462aedacb6085ee5b8704e0329f5d6dac3233ddf (diff)
rip AIhotdog
-rw-r--r--Home.md26
1 files changed, 1 insertions, 25 deletions
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.
- <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/)
[cgit] Unable to lock slot /tmp/cgit/1c200000.lock: Permission denied (13)