Adding #when-will-you-learn tag. - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 6c2ca4fdb7bda98acc4b5dd3a8b564a4860dafe9 DIR parent d6dda4eb60c49b3a673a3fad6c742a8725e0ad87 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Mon, 24 May 2021 14:11:13 +0200 Adding #when-will-you-learn tag. Diffstat: M modules/hashtags/hashtags.txt | 1 + M textsynth-complete | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- DIR diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt @@ -8004,6 +8004,7 @@ #wheelbarrow gopher://bitreich.org/I/memecache/wheelbarrow.jpg #wheelbarrow-features gopher://bitreich.org/I/memecache/wheelbarrow-features.jpg #wheelchair gopher://bitreich.org/I/memecache/wheelchair.png +#when-will-you-learn gopher://bitreich.org/9/memecache/when-will-you-learn.mkv #where-is-the-money gopher://bitreich.org/9/memecache/where-is-the-money.mkv #where-is-the-stamp gopher://bitreich.org/9/memecache/where-is-the-stamp.mp4 #whining gopher://bitreich.org/I/memecache/whining.jpg DIR diff --git a/textsynth-complete b/textsynth-complete @@ -41,7 +41,7 @@ def main(args): timenow = time.time() * 1000 timenowint = round(timenow) seed = (timenowint | 0) + (round(timenow / 4294967296) | 0) - reqstr = "g,1558M,40,0.9,1,%d,%s" % (seed, txtstr) + reqstr = "g,gpt2_1558M,40,0.9,1,%d,%s" % (seed, txtstr) try: ws = websocket.WebSocket()