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