mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update copy_image
This commit is contained in:
parent
a354a2e8f8
commit
faf94ccfbb
1 changed files with 2 additions and 0 deletions
|
|
@ -224,6 +224,8 @@ class Api:
|
|||
yield self._format_json("suggestions", chunk.suggestions)
|
||||
elif isinstance(chunk, DebugResponse):
|
||||
yield self._format_json("log", chunk.log)
|
||||
elif isinstance(chunk, ContinueResponse):
|
||||
yield self._format_json("continue", chunk.log)
|
||||
elif isinstance(chunk, RawResponse):
|
||||
yield self._format_json(chunk.type, **chunk.get_dict())
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue