niansa
|
13f1fde45d
|
Minor cleanup for commands handling
|
2023-05-10 13:41:40 +02:00 |
|
niansa
|
1f1e7e6bef
|
Improved warning even further
|
2023-05-09 13:04:58 +02:00 |
|
niansa
|
66043e20a2
|
Warning in bold letters
|
2023-05-09 13:02:38 +02:00 |
|
niansa
|
969a7e70b2
|
Warn about non instruct mode
|
2023-05-09 12:57:14 +02:00 |
|
niansa
|
e4a82323d5
|
Fixed another crash on UTF-8 error
|
2023-05-08 15:07:49 +02:00 |
|
niansa
|
4a2565270c
|
Updated Dockerfile to use Debian Bookworm
|
2023-05-07 12:59:08 +02:00 |
|
niansa
|
9d3ca160ff
|
Updated libjustlm
|
2023-05-07 12:43:53 +02:00 |
|
niansa
|
1a69c8129c
|
Updated libjustlm
|
2023-05-07 12:30:24 +02:00 |
|
niansa
|
3f7a176a78
|
Handle responses that are too long
|
2023-05-06 11:33:25 +02:00 |
|
niansa
|
7198d2fcbe
|
Made prompt_add_msg timeout behavior the same as during generation
|
2023-05-06 10:56:25 +02:00 |
|
niansa
|
591d69610b
|
Updated explained_config.txt
|
2023-05-06 10:38:30 +02:00 |
|
niansa
|
6a8c758d15
|
Improved timeout behavior
|
2023-05-06 10:37:44 +02:00 |
|
niansa
|
ecf0a512ee
|
Added !ping command and improved !reset command
|
2023-05-06 10:25:48 +02:00 |
|
niansa
|
c5ced0f5b4
|
Fixed broken thread names on a single shard
|
2023-05-06 10:07:46 +02:00 |
|
niansa
|
849ff7e91f
|
Added emits_eos to gpt4all-unfiltered example
|
2023-05-06 07:36:02 +00:00 |
|
niansa
|
2357523484
|
Fixed variables being set incorrectly on first run
|
2023-05-06 09:34:53 +02:00 |
|
niansa
|
b69f8aecd5
|
When evaluating message, respect timeout as well
|
2023-05-06 01:23:24 +02:00 |
|
niansa
|
c6b3728a8a
|
Fixed some warnings
|
2023-05-06 01:14:54 +02:00 |
|
niansa
|
5de194faf9
|
Prevent multiple inferences from running on the same channel
|
2023-05-06 01:13:08 +02:00 |
|
niansa
|
fdbeba3108
|
Fixed some warnings
|
2023-05-05 23:26:10 +02:00 |
|
niansa
|
1c3f330357
|
Fixed some dangling references
|
2023-05-05 22:32:20 +02:00 |
|
niansa
|
7aba75f7a2
|
Implemented parallel inference
|
2023-05-05 21:16:19 +02:00 |
|
niansa
|
a6be845652
|
Revert "Initial CoSched support"
This reverts commit be9828adea
|
2023-05-04 13:26:40 +00:00 |
|
|
be9828adea
|
Initial CoSched support
|
2023-05-04 15:24:06 +02:00 |
|
niansa
|
f9196ed18a
|
Fixed this_shard sqlite select
|
2023-05-02 19:55:59 +02:00 |
|
niansa
|
259053f7e0
|
Make sure threads don't shift on reshard
|
2023-05-02 19:45:13 +02:00 |
|
|
b9f152cec1
|
Added simple Dockerfile
|
2023-05-02 14:43:46 +02:00 |
|
niansa
|
20553b75a0
|
Fixed typo "weight" -> "weights"
|
2023-05-01 17:42:44 +02:00 |
|
niansa
|
ed01d29ef0
|
Reworked configuration system
|
2023-05-01 17:30:42 +02:00 |
|
niansa
|
f0d1a1c956
|
Fixed custom status texts not being applied
|
2023-04-30 00:54:36 +02:00 |
|
niansa
|
62fe173b77
|
Made status texts configurable
|
2023-04-30 00:52:12 +02:00 |
|
niansa
|
db7351a6c8
|
Run cleanup periodically
|
2023-04-30 00:36:47 +02:00 |
|
niansa
|
0c79c1f698
|
Fixed compilation on some platforms
|
2023-04-30 00:33:51 +02:00 |
|
niansa
|
29df944b0f
|
Updated justlm
|
2023-04-30 00:30:03 +02:00 |
|
niansa
|
a0c4e9d856
|
Don't attempt to delete thread creation messaage from all embeds
|
2023-04-30 00:04:15 +02:00 |
|
niansa
|
a95a2960d6
|
Updated justlm
|
2023-04-29 23:57:06 +02:00 |
|
niansa
|
d60a1eebaa
|
Implemented max context age
|
2023-04-29 23:52:40 +02:00 |
|
niansa
|
18b1acb00e
|
Don't use exception to trigger stop
|
2023-04-29 23:14:24 +02:00 |
|
niansa
|
35ecc70d45
|
Only attempt to stop() the Bot on main thread
|
2023-04-29 23:08:23 +02:00 |
|
niansa
|
53b092f40a
|
Added signal handling for Linux
|
2023-04-29 23:04:13 +02:00 |
|
niansa
|
1f74d4ee54
|
Don't break on broken utf-8
|
2023-04-29 22:28:51 +02:00 |
|
niansa
|
915902ec4d
|
Display first message in embed as quote
|
2023-04-29 22:00:33 +02:00 |
|
niansa
|
b13afed724
|
Fixed utils::max_words cutting off the string too early
|
2023-04-29 21:52:55 +02:00 |
|
niansa
|
1611b82e37
|
Improved max_words utils function
|
2023-04-29 21:47:32 +02:00 |
|
niansa
|
2addd816e2
|
Only show first message in thread embed
|
2023-04-29 21:40:23 +02:00 |
|
niansa
|
6f1fae7a7f
|
Fixed link in embed
|
2023-04-29 21:35:25 +02:00 |
|
niansa
|
dfcdcc7c1b
|
Reorganization and added experimental thread embeds
|
2023-04-29 21:26:13 +02:00 |
|
niansa
|
f113ae5a81
|
Removed message length limit, we have a timeout now
|
2023-04-29 14:38:57 +02:00 |
|
niansa
|
3379a528f7
|
Make reached timeout clearer
|
2023-04-29 13:03:56 +02:00 |
|
niansa
|
9148c9dd65
|
Updated anyproc
|
2023-04-29 11:46:57 +02:00 |
|