🎨 chore(*): run black to format the code

This commit is contained in:
2023-08-15 11:04:33 +02:00
parent 8486453d18
commit f04a04801b
2 changed files with 24 additions and 17 deletions

View File

@@ -101,5 +101,9 @@ curs_premium.execute(
"""CREATE TABLE IF NOT EXISTS channels (guild_id text, channel0 text, channel1 text, channel2 text, channel3 text, channel4 text)"""
)
with open(os.path.abspath(os.path.dirname(__file__), "./prompts/gpt-3.5-turbo.txt"), "r", encoding="utf-8") as file:
gpt_3_5_turbo_prompt = file.read()
with open(
os.path.abspath(os.path.dirname(__file__), "./prompts/gpt-3.5-turbo.txt"),
"r",
encoding="utf-8",
) as file:
gpt_3_5_turbo_prompt = file.read()