π Release Notes β g4f
v0.5.5.4
Release Date: June 19, 2025
Contributor: @hlohaus
π New Features & Enhancements
- PollinationsAI Provider Refactor
- Trimmed prompts of trailing characters before encoding.
- Improved URL encoding and audio streaming behavior.
- Video Class Improvements
- Added support for aspect ratio handling.
- Enabled cached URL response reuse.
- CLI Enhancements
- Added
--timeout
option to CLI parser (default: 600 seconds).
- Added
π¦ Structural Changes
- ARTA Provider Deprecation
- Moved
ARTA.py
to adeprecated/
directory. - Updated related imports and marked ARTA as non-working.
- Removed ARTA references from:
any_provider.py
models.py
- Moved
- HuggingFaceMedia Provider
- Introduced
model_aliases
for flexible model referencing. - Updated as a preferred provider where applicable.
- Introduced
π Fixes & Refactoring
- Test Updates
- Adjusted reasoning status tests in
thinking.py
.
- Adjusted reasoning status tests in
- API Adjustments
- Updated Video and Image copy APIs for improved stability.
- Improved fallback logic in
copy_images.py
for header parsing (last-modified
vsdate
). - Fixed key error condition in
OpenaiTemplate.py
. - Removed redundant βvoiceβ lookup in
PollinationsAI.py
.
π§ Other Technical Changes
- Simplified audio response yielding logic in providers.
- General cleanup and internal optimization.
Full Changelog: 0.5.5.3...0.5.5.4