Commit graph

33 commits

Author SHA1 Message Date
phixxy
c7fe4b2c2a removed try/except block when adding cog, as sparky does that now 2024-02-04 00:21:35 -08:00
phixxy
4bdd2a7203 changed topic command to output topic if not given arg 2024-01-30 03:23:10 -08:00
phixxy
0898aaf4de changed personality to accept no args and display current personality 2024-01-30 03:17:13 -08:00
phixxy
97eabfcc60 changed folder_setup to not be async 2024-01-30 03:09:58 -08:00
phixxy
167b1b8ea0 added indicator that dalle is generating image 2024-01-30 02:35:45 -08:00
phixxy
fcb02562f8 cleaned up folder setup
added indicators that bot saw a question and is working on it
2024-01-30 02:33:47 -08:00
phixxy
ee49ea9520 added premium checker back in for dalle 2024-01-30 02:20:09 -08:00
phixxy
15adde4b23 dalle functions entirely cleaned up and working 2024-01-30 02:16:28 -08:00
phixxy
2b47c9b10d indented functions 2024-01-30 02:02:26 -08:00
phixxy
4a64865076 fixed dalle generation code to be more reusable 2024-01-30 02:01:06 -08:00
phixxy
8f0014bb17 cleaned up some variable names 2024-01-30 01:52:20 -08:00
phixxy
0ccd421f8b added dalle3hd 2024-01-27 22:13:07 -08:00
phixxy
4d9df6d47b added try/except when adding cog 2024-01-27 21:49:58 -08:00
phixxy
e2e42e8139 should upload all dalle images to website now 2024-01-27 21:01:24 -08:00
phixxy
254fbdd8ec removed dalle2 as the default dalle command 2024-01-27 20:08:24 -08:00
phixxy
84da82bccf removed test if True before checking permissions 2024-01-27 20:01:30 -08:00
phixxy
39cb228827 fixed log path for dalle2/3 2024-01-27 20:00:51 -08:00
phixxy
7cf3874261 removed print statement in get_dalle
now saves images locally and then upload them
2024-01-27 19:59:32 -08:00
phixxy
2a7f6893c2 fixed returning of url in get_dalle 2024-01-27 17:14:44 -08:00
phixxy
64c11f6878 forgot to use f string 2024-01-27 17:10:21 -08:00
phixxy
0e8c6d8132 added dalle support 2024-01-27 17:08:46 -08:00
phixxy
9c460d56b2 added premium role to init 2024-01-27 16:54:58 -08:00
phixxy
309fe00962 fixed premium notifier 2024-01-27 16:54:21 -08:00
phixxy
b9b9d841c5 removed blog from chatgpt
added blog to phixxycom
added permission for gpt4 queries
2024-01-27 16:49:50 -08:00
phixxy
8c0c8578d2 added check role for premium members 2024-01-27 16:45:26 -08:00
phixxy
64810982fa added self to on_reaction_add() 2024-01-27 13:18:56 -08:00
phixxy
a40922a9b2 added some logging 2024-01-25 01:55:06 -08:00
phixxy
8491f02227 answer_question needed to return a value and now does even on error 2024-01-24 23:51:14 -08:00
phixxy
8ee00860b8 removed handle_error 2024-01-24 23:46:56 -08:00
phixxy
be04b5f203 moved most functions out of essentials and into chatgpt
moved chatgpt on_message functions out of sparkytron3000 into chatgpt
made sparky ignore python imports if they start with _
renamed essentials to _essentials to stop import
2024-01-24 16:35:59 -08:00
phixxy
edd3bd5093 This is (probably) a BREAKING CHANGE
moved functions out of essentials and into chatgpt
2024-01-24 15:57:54 -08:00
phixxy
74c74d2330 changed chatgpt data folder to chatgpt 2024-01-24 15:46:07 -08:00
phixxy
6d50ca0aef changed name to chatgpt to better explain what the plugin is 2024-01-24 15:44:55 -08:00
Renamed from extensions/async_openai.py (Browse further)