mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-24 23:14:45 +00:00
Fix for chat continuation in llm chat, refs #601
This commit is contained in:
parent
a44ba49c21
commit
122265a3d2
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ class Response(ABC):
|
|||
self._done = False
|
||||
self.response_json = None
|
||||
self.conversation = conversation
|
||||
self.attachments = []
|
||||
|
||||
def __iter__(self) -> Iterator[str]:
|
||||
self._start = time.monotonic()
|
||||
|
|
|
|||
Loading…
Reference in a new issue