Skip to content

Commit

Permalink
fix: rcn module not streaming final response correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Sep 25, 2024
1 parent 650cda1 commit 41da732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost/src/modules/rcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ async def apply(chat: 'ch.Chat', llm: 'llm.LLM'):
"Now prepare your final answer. Write it as a response to this message. Do not write anything else."
)

await llm.stream_final_completion(output)
await llm.stream_final_completion(chat=output)

0 comments on commit 41da732

Please sign in to comment.