1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00
Commit graph

163 commits

Author SHA1 Message Date
2506956edb Append entire message in one go 2023-03-24 01:55:57 -05:00
3ee439eca3 Reset message timer in the right place 2023-03-24 01:49:44 -05:00
409cbb93b3 Handle exceptions in reply thread 2023-03-23 09:09:44 -05:00
21ae838523 Create new thread properly 2023-03-23 09:08:25 -05:00
5e1ad1b8c4 Process new messages in new thread 2023-03-23 08:57:03 -05:00
6a17fd807c Fixed compile error 2023-03-23 08:50:23 -05:00
baf67c57ed ACTUALLY added timeout 2023-03-23 08:50:02 -05:00
5da2b6a718 Added message processing timeout 2023-03-23 08:49:14 -05:00
88a8f08cb9 Removed posix check 2023-03-23 14:28:01 +01:00
f93bda46e7 Removed most debugging prints 2023-03-23 08:22:45 -05:00
4b9e81b634 Other very minor fixes 2023-03-23 08:18:05 -05:00
aa3f5ae8fc More error checking and cleanup 2023-03-23 07:59:46 -05:00
87b1de2d09 Fixed the bug 2023-03-23 07:44:45 -05:00
602f1bf836 Some other minor things I forgot 2023-03-23 07:23:39 -05:00
94e3969092 More improvements, still broken 2023-03-23 07:13:36 -05:00
3a0a754aa7 Tons of progress 2023-03-23 06:51:18 -05:00
80f784286a Fixed minor bug on second question 2023-03-23 04:18:49 -05:00
335103f521 Removed bad eval() calls 2023-03-23 04:12:23 -05:00
2c15fd3f4d Initial working code 2023-03-23 04:06:56 -05:00
bc27e4c9cf Initial rework (still broken) 2023-03-22 06:45:49 -05:00
niansa
df2d9a7694 Decreased max message length 2023-03-20 20:53:31 +01:00
niansa
96b73ab031 Reverted last commit and attempted to fix bot not seeing own messages 2023-03-20 20:52:41 +01:00
niansa
d01e39f4cc Lock earlier 2023-03-20 20:49:05 +01:00
c6228a280a Give up after timeout 2023-03-20 11:54:48 +01:00
85753f8f00 Merge branch 'master' of https://gitlab.com/niansa/discord_llama 2023-03-20 09:10:06 +01:00
6b52caed7b 7B -> 13B 2023-03-20 09:09:44 +01:00
niansa
acd359371b Increased timeout to 4 minutes 2023-03-20 00:45:00 +01:00
niansa
e30139cc14 Bug fix 2023-03-20 00:42:49 +01:00
niansa
73e970de93 Reset hardware concurrency 2023-03-20 00:40:24 +01:00
niansa
823e1d8327 Tuned some little things 2023-03-20 00:37:03 +01:00
niansa
b2d2f38187 Implemented prompt timeout 2023-03-20 00:32:56 +01:00
niansa
9c7013fe2a Removed history requirement 2023-03-20 00:26:44 +01:00
niansa
e273ac0ed8 Increased max prompt size 2023-03-20 00:26:08 +01:00
niansa
0eae8dfcdb Reverted last commit 2023-03-20 00:15:16 +01:00
niansa
9808541122 frech 2023-03-20 00:09:43 +01:00
niansa
70cc7ab00d Removed some sebugging 2023-03-20 00:09:04 +01:00
niansa
bc83309a5e Added more debugging 2023-03-20 00:04:48 +01:00
niansa
b1b54e5328 Decreased idle_auto_reply frequency 2023-03-19 23:54:26 +01:00
niansa
bbc54aff73 Decreased max context size 2023-03-19 23:53:31 +01:00
niansa
1b78bbfff3 Changed 7B -> 13B 2023-03-19 23:47:23 +01:00
niansa
9b9248435e Do error checking in editing 2023-03-19 23:44:16 +01:00
niansa
5365d75d57 Fixed another bug 2023-03-19 23:40:26 +01:00
niansa
ea28d1e4cd Minor fixes 2023-03-19 23:33:20 +01:00
niansa
e1fe5822d1 Fixed own messages being ignored 2023-03-19 23:28:20 +01:00
niansa
b42c5a7c77 Fixed bug 2023-03-19 23:21:13 +01:00
niansa
ec123af37d Debug logging 2023-03-19 23:19:04 +01:00
niansa
a752f2003f Crash fix 2023-03-19 23:14:25 +01:00
niansa
fc65846aea Fixed compile 2023-03-19 23:03:22 +01:00
niansa
b4e77fa8ad Reorder code 2023-03-19 23:01:56 +01:00
niansa
cdee9dbd48 Make sure to not see its own "please wait" messages 2023-03-19 22:54:57 +01:00