mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-10-05 08:16:58 +08:00
Add audio transcribing example and support
Add Grok Chat provider Rename images parameter to media Update demo homepage
This commit is contained in:
@@ -141,7 +141,7 @@ class Api:
|
||||
stream=True,
|
||||
ignore_stream=True,
|
||||
logging=False,
|
||||
has_images="images" in kwargs,
|
||||
has_images="media" in kwargs,
|
||||
)
|
||||
except Exception as e:
|
||||
debug.error(e)
|
||||
|
Reference in New Issue
Block a user