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

This commit is contained in:
2023-08-15 12:38:47 +02:00
parent 456e147785
commit 88d65e9f79
4 changed files with 12 additions and 11 deletions

View File

@@ -102,7 +102,9 @@ curs_premium.execute(
)
with open(
os.path.abspath(os.path.join(os.path.dirname(__file__), "./prompts/gpt-3.5-turbo.txt")),
os.path.abspath(
os.path.join(os.path.dirname(__file__), "./prompts/gpt-3.5-turbo.txt")
),
"r",
encoding="utf-8",
) as file: