mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -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:
parent
10d32a4c5f
commit
c97ba0c88e
36 changed files with 407 additions and 300 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue