Skip to content

Commit

Permalink
Style (examples/): format code with black
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed May 20, 2024
1 parent 264dbbc commit a33d128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async_startup_technical_ideas/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ async def chat(inputs: MessagesInput = MessagesInput()) -> str:
temperature=ag.config.temperature,
max_tokens=max_tokens,
)
return chat_completion.choices[0].message.content
return chat_completion.choices[0].message.content

0 comments on commit a33d128

Please sign in to comment.