fix linting
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user