Commit graph

114 commits

Author SHA1 Message Date
7e6a43214b
Allow trump to be run outside of spam
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-06-03 00:36:11 +01:00
a9f6911efa
Include thread ID/context in footer
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-06-03 00:28:03 +01:00
6225170c00
Tweak trump prompt
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-06-03 00:24:53 +01:00
f75bf30924
Fix new_chat
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-06-03 00:22:04 +01:00
4706ac2daa
Add trump command
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 8s
2024-06-03 00:19:50 +01:00
b70016326a
Include simultanious testing in status
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 7s
2024-06-01 13:57:00 +01:00
c516191bfd
fix ollama loading
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 5s
2024-05-31 18:34:21 +01:00
ac86cd3b4a
Fix default server
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 5s
2024-05-31 18:30:04 +01:00
3ce2bbfdaa
MB != MiB
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 5s
2024-05-31 18:25:46 +01:00
cf5db2d80c
MB != MiB
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-05-31 18:25:35 +01:00
09f8a59d6b
Update ollama progress bar
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 5s
2024-05-31 18:24:15 +01:00
70afac54ca
fix next_server
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 7s
2024-05-31 18:00:56 +01:00
c400596861
Show the server order in the status description
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-05-31 02:42:05 +01:00
ff9894f18f
Fix ollama status
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-05-31 02:33:47 +01:00
38f47b9699
Add ollama status checker
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-05-28 00:57:18 +01:00
6ed7de1d73
Add a failover/priority system to ollama
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 8s
2024-05-28 00:48:18 +01:00
4dc0e6418f Allow other llava types
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-05-27 18:30:51 +01:00
22789057f8 Fix janky llava switch
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s
2024-05-27 18:27:40 +01:00
5e14c2bd90
remove db parameters from config
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 7s
maybe that's causing issues??
2024-05-05 02:48:54 +01:00
da7d122f14
Add starboard to bot
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 33s
2024-05-05 02:27:41 +01:00
68edb16337
Add more config options
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 9s
And also document those config options better
2024-04-29 01:29:48 +01:00
415a9ed21b
Update ollama command
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 7s
2024-04-25 19:33:34 +01:00
531c0e9d4e
Use orca-mini:7b instead of 3b 2024-04-18 00:57:46 +01:00
33319feb86
Logging 2024-04-18 00:52:15 +01:00
709ca94e29
edit the right message 2024-04-18 00:51:36 +01:00
172b604a03
fix 2024-04-18 00:49:56 +01:00
c5ca971134
Reply to target message in AskAI 2024-04-18 00:46:04 +01:00
42215bff2a
use a lock for AskAI 2024-04-18 00:43:37 +01:00
093991ad70
Black + isort 2024-04-18 00:24:58 +01:00
d5466a2b09
Black reformat 2024-04-16 00:46:26 +01:00
b0f2f3f806
Use the same embed for response and edits 2024-04-14 18:52:02 +01:00
da96d818a3
Use the same embed for response and edits 2024-04-14 18:51:48 +01:00
f29e80eb95
Display which message is being replied to 2024-04-14 18:50:18 +01:00
d05582dee4
print download status 2024-04-14 18:47:42 +01:00
28bc97fb45
Fix ~~%~~ %% 2024-04-14 18:46:46 +01:00
a2b2ad6f9d
fully use aiohttp session 2024-04-14 18:45:48 +01:00
3a3804fc18
fix accidentally using httpxTimeout 2024-04-14 18:42:53 +01:00
38bc54d37f
Use clientsession instead of httpx 2024-04-14 18:40:53 +01:00
c219158c62
Properly return a client in with_client 2024-04-14 18:34:04 +01:00
3f894c493d
Don't pass clients to handlers 2024-04-14 18:26:51 +01:00
0a2deba623
TypeError: 'generator' object does not support the asynchronous context manager protocol what now? 2024-04-14 18:13:44 +01:00
677973396a
Increase logging verbosity of check_server 2024-04-14 18:11:57 +01:00
4b9eab0bdb
Properly check server again? 2024-04-14 18:11:34 +01:00
e1a2f97e7f
Properly check server 2024-04-14 18:09:50 +01:00
7b72ced147
Log when a non-server-url is passed to check_server 2024-04-14 18:08:41 +01:00
12f9a012f7
Fix check_server kicking off about given url 2024-04-14 18:02:22 +01:00
5743be54c0
__await__ -> async flatten() 2024-04-14 17:26:14 +01:00
086dffd88c
Log download progress to console 2024-04-14 17:23:05 +01:00
5ac83dd939
add ask_ai message command 2024-04-14 17:19:54 +01:00
0cc5ce7150
Start writing ollama client class 2024-04-13 23:51:50 +01:00