Accept black
formatting
This commit is contained in:
parent
c884b640f7
commit
c21db908a5
@ -5,7 +5,9 @@ from config import OPENAI_API_KEY
|
||||
import openai
|
||||
|
||||
|
||||
async def add_song_recommendations(openai_client, bot_user, player, number, inputs, retries: int = 1):
|
||||
async def add_song_recommendations(
|
||||
openai_client, bot_user, player, number, inputs, retries: int = 1
|
||||
):
|
||||
input_list = [f'"{song} by {artist}"' for song, artist in inputs.items()]
|
||||
|
||||
completion = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user