Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.6k stars 699 forks source link

Create your own persona? #377

Closed KangNguyenn closed 1 year ago

KangNguyenn commented 1 year ago

Is it possible to create a custom persona and set it as the default for startup or reset?

iamxorum commented 1 year ago

Just go in personas.py, create your own persona (follow an example from the ones already existent in the code) and set in "current_persona" the own one :)

Zero6992 commented 1 year ago

Just go in personas.py, create your own persona (follow an example from the ones already existent in the code) and set in "current_persona" the own one :)

correct

RSerejo commented 7 months ago

Just go in personas.py, create your own persona (follow an example from the ones already existent in the code) and set in "current_persona" the own one :)

even using docker?