mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
fix: remove comment
This commit is contained in:
@@ -164,7 +164,6 @@ class OpenAILLMHandler(LLMHandler):
|
||||
while True:
|
||||
tool_calls = {}
|
||||
for chunk in resp:
|
||||
logger.info(f"Chunk: {chunk}")
|
||||
if isinstance(chunk, str) and len(chunk) > 0:
|
||||
yield chunk
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user