summaryrefslogtreecommitdiffstats
path: root/g4f/image.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus2024-03-111-0/+4
| | | | | Add more models and image generation in You provider Use You as second default image provider
* Add GeminiPro API providerHeiner Lohaus2024-02-231-6/+6
| | | | | Set min version for undetected-chromedriver Add api_key to the new client
* Move some modules, create providers dirHeiner Lohaus2024-02-221-10/+13
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Improve preview in image generation of GeminiHeiner Lohaus2024-02-111-3/+4
| | | | Fix issue in Bing Image Decorator
* Fix convert image to jpg in BingHeiner Lohaus2024-02-111-13/+15
| | | | Fix display upload image in GUI
* Update image.pyH Lohaus2024-02-101-2/+2
|
* Fix process_image to handle transparency correctlyRafael Fonseca2024-02-101-1/+1
|
* Resolve images in Gemini ProviderHeiner Lohaus2024-02-091-3/+2
|
* Add Gemini Provider with image upload and generationHeiner Lohaus2024-02-081-6/+14
|
* Add aiohttp_socks to requirementsHeiner Lohaus2024-01-291-15/+24
| | | | | Fix preview for uploaded and generated images in gui Improve typing, readme
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-22/+38
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Upload transparency imageHeiner Lohaus2024-01-231-6/+12
|
* Add upload svg image supportHeiner Lohaus2024-01-231-2/+14
| | | | Fix upload image in Bing Provider
* Improve testsHeiner Lohaus2024-01-211-7/+7
|
* Refactor code with AIHeiner Lohaus2024-01-141-5/+100
| | | | | | | Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
* Fix process_image in BingHeiner Lohaus2024-01-131-3/+2
| | | | | Add ImageResponse to Bing Fix cursor styling in gui
* Support upload image in guiHeiner Lohaus2024-01-131-0/+116
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements