Skip to content

Tags: gptenv/gpt4free

Tags

0.5.5.5

Toggle 0.5.5.5's commit message
Fix missing import

0.5.5.4

Toggle 0.5.5.4's commit message
fix: Update header fallback for last-modified date in copy_images.py

- In g4f/image/copy_images.py, modified the line that retrieves the "date" header
- Changed from `date = response.headers.get("date")` to `date = response.headers.get("last-modified", response.headers.get("date"))` to fallback to "date" if "last-modified" is missing
- No other files or functions were modified besides this line

0.5.5.3

Toggle 0.5.5.3's commit message
Fix video api

0.5.5.2

Toggle 0.5.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update any_provider.py

0.5.5.1

Toggle 0.5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Video.py

0.5.5.0

Toggle 0.5.5.0's commit message
Add video provider

0.5.4.6

Toggle 0.5.4.6's commit message
Fix show thumbnail

0.5.4.5

Toggle 0.5.4.5's commit message
Update PuterJS

0.5.4.4

Toggle 0.5.4.4's commit message
Fix special models in PuterJS

0.5.4.3

Toggle 0.5.4.3's commit message
Update website.py