Adding #when-will-you-learn tag. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 6c2ca4fdb7bda98acc4b5dd3a8b564a4860dafe9 | |
parent d6dda4eb60c49b3a673a3fad6c742a8725e0ad87 | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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.j… | |
#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 | |
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() |