lint: format all python file instead of just source code (#2567)
This commit is contained in:
@ -21,8 +21,7 @@ completion = client.completions.create(
|
||||
echo=False,
|
||||
n=2,
|
||||
stream=stream,
|
||||
logprobs=3
|
||||
)
|
||||
logprobs=3)
|
||||
|
||||
print("Completion results:")
|
||||
if stream:
|
||||
|
||||
Reference in New Issue
Block a user