Skip to content

Commit

Permalink
Fix for chat continuation in llm chat, refs #601
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 1, 2024
1 parent a44ba49 commit 122265a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def __init__(
self._done = False
self.response_json = None
self.conversation = conversation
self.attachments = []

def __iter__(self) -> Iterator[str]:
self._start = time.monotonic()
Expand Down

0 comments on commit 122265a

Please sign in to comment.