Commit Graph

4 Commits

Author SHA1 Message Date
yavens b7c80c6d19 fix: update examples 2025-04-15 09:38:03 -04:00
yavens cad584455a fix: wasm missing generic + fmt 2025-04-09 15:40:57 -04:00
yavens 2920eb0a0e feat: update examples 2025-04-09 15:33:26 -04:00
yavens 6807e6c2b7
feat: Add streaming to all model providers (#347)
* feat: add transcription to all providers that support it

* feat: gemini streaming

* chore: fix clippy warnings

* feat: together streaming

* refactor: move transcription preable to constant

* chore: fix clippy

* fix: enable blob by default

* fix: lock methods and imports behind feature flag

* chore: fmt

* feat: add huggingface transcription, remove feature flag

* feat: streaming for most openai type providers

* feat: add streaming to remaining providers

* chore: formatting

* fix: gemini streaming wasn't added to mod

* chore: unused imports in example

* chore: unused import

* chore: run fmt

* chore: reorganize a bit

* refactor: simplify oai-compatible streaming

---------

Co-authored-by: yavens <179155341+yavens@users.github.noreply.github.com>
2025-03-17 00:26:36 +00:00