Skip to content

Commit bc0f25e

Browse files
CaralHsiCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 195ca64 commit bc0f25e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/memos/llms/deepseek.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ def generate_stream(self, messages: MessageList, **kwargs) -> Generator[str, Non
5050
yield delta.reasoning_content
5151

5252
if hasattr(delta, "content") and delta.content:
53-
answer_parts += delta.content
5453
yield delta.content

0 commit comments

Comments
 (0)