Add audio transcribing example and support

Add Grok Chat provider
Rename images parameter to media
Update demo homepage
This commit is contained in:
hlohaus
2025-03-21 03:17:45 +01:00
parent 10d32a4c5f
commit c97ba0c88e
36 changed files with 407 additions and 300 deletions

View File

@@ -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)