fix linting
This commit is contained in:
parent
fd70e55871
commit
f5ab76dc4c
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ async def openai_complete_if_cache(
|
||||||
|
|
||||||
async def inner():
|
async def inner():
|
||||||
try:
|
try:
|
||||||
_content = ''
|
_content = ""
|
||||||
async for chunk in response:
|
async for chunk in response:
|
||||||
content = chunk.choices[0].delta.content
|
content = chunk.choices[0].delta.content
|
||||||
if content is None:
|
if content is None:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue