diff --git a/lightrag/llm/openai.py b/lightrag/llm/openai.py index d2174a67..555fea90 100644 --- a/lightrag/llm/openai.py +++ b/lightrag/llm/openai.py @@ -123,7 +123,7 @@ async def openai_complete_if_cache( async def inner(): try: - _content = '' + _content = "" async for chunk in response: content = chunk.choices[0].delta.content if content is None: