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

This commit is contained in:
2023-08-16 09:46:28 +02:00
parent ee825be892
commit c8997ab418
2 changed files with 5 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ async def chatgpt_process(
messages=msgs,
functions=called_functions,
function_call="auto",
user=Hasher(str(message.author.id)), #for user banning in case of abuse
user=Hasher(str(message.author.id)), # for user banning in case of abuse
)
response = response["choices"][0]["message"] # type: ignore
if response.get("function_call"):