Closed cooperlees closed 1 year ago
Thank @Hikari-Haru
I can start my docker with docker run -d --name gpt3discord --env-file=/media/GPT3_Discord/env/.env -v /media/GPT3_Discord/data:/data kaveenk/gpt3discord:latest
some modification in my .env for deleting the "
OPENAI_TOKEN=sk-qv6hl5xWCm~~~~~JzfOu5TybHHj3lCbKCgiO
DISCORD_TOKEN=MTA2MTcxN~~~~~g.GUuMPC.JNqMrcHny62rdifPr9VOXsaSvbHPEDtP6AWkgc
DEBUG_GUILD=106172~~~~09
DEBUG_CHANNEL=10618985~~~~22984
ALLOWED_GUILDS=1061722~~~~461609
ADMIN_ROLES=Admin,Owner
DALLE_ROLES=Admin,Openai,Dalle,Gpt
GPT_ROLES=Openai,Gpt
MODERATIONS_ALERT_CHANNEL=1061898~~~~22984
WELCOME_MESSAGE="Salut..! ~Bienvenue sur my Discord.~"
and I start my docker et can see my bot but now I don't have permission for /gpt converse
or /system
It should be fixed properly after #53 is merged, there's another current bug not related to this for /gpt converse
, remove self.awaiting_thread_responses.remove(thread.id)
on line 1207 of gpt_3_commands_and_converser.py
it's an older bug that snuck it's way in again with the recent permanent memory release @MX10-AC2N Permissions can also just be needing to reduce it to 1 role due to how messy the env parsing of docker is when removing quotes or remove the whole role lines to let anyone use it
Describe the bug I added the new params to env and hit:
My env:
To Reproduce Run from trunk with my config
Expected behavior Start and download the files ...
Close away if you're working on this. I found this trying to move to latest published docker containers via ansible.