mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 10:40:43 -08:00
Fix copy images
This commit is contained in:
parent
c508b79765
commit
4bd1b8652c
2 changed files with 3 additions and 1 deletions
|
|
@ -260,6 +260,7 @@ class Backend_Api(Api):
|
|||
buffer.get_list(),
|
||||
buffer.get("cookies"),
|
||||
buffer.get("headers"),
|
||||
None,
|
||||
request.args.get("prompt")
|
||||
)).pop()
|
||||
elif isinstance(buffer, AudioResponse):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue