removed sensitive data

This commit is contained in:
phixxy 2024-01-04 09:21:49 -08:00
parent 41d2716a06
commit 222f3bee59
5 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1 @@
{"personality": "average", "channel_topic": "casual", "chat_enabled": false, "commands_enabled": true, "chat_history_len": 5, "look_at_images": false, "react_to_msgs": false, "ftp_enabled": false}

View file

@ -0,0 +1 @@
{"personality": "average", "channel_topic": "casual", "chat_enabled": false, "commands_enabled": true, "chat_history_len": 5, "look_at_images": false, "react_to_msgs": false, "ftp_enabled": false}

View file

@ -0,0 +1,4 @@
phixxy.com: hi
Sparkytron 3000: Hello! How are you today? Is there anything you'd like to chat about or any questions I can help with?
phixxy.com: !change_model
Sparkytron 3000: This command is currently disabled

View file

@ -0,0 +1,3 @@
phixxy.com: !question pick a color between purple and green
Sparkytron 3000: Blue
Sparkytron 3000: Blue

View file

@ -640,10 +640,11 @@ async def meme(ctx):
panel_text = await answer_question("Create text for a meme. The meme is " + meme_name + ". It has " + str(panel_count) + " panels. Only create one meme. Do not use emojis or hashtags! Use the topic: " + topic + ". Use the output format (DO NOT USE EXTRA NEWLINES AND DO NOT DESCRIBE THE PICTURE IN YOUR OUTPUT): \n1: [panel 1 text]\n2: [panel 2 text]")
id = memenumber
imgflip_username = os.getenv('imgflip_username')
imgflip_password = os.getenv('imgflip_password')
params = {
'username':"Bottlec4p",
'password':'Cookies@22',
'username':imgflip_username,
'password':imgflip_password,
'template_id':memepics[id-1]['id']
}
boxes = []