summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing/create_images.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-22Move some modules, create providers dirHeiner Lohaus1-2/+2
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-02-12Add new Client API with DocsHeiner Lohaus1-3/+40
Use object urls for the preview of image uploads. Fix upload images in You provider Fix create image. It's now a single image. Improve system message for create images.
2024-02-09Update provider and model list (#1568)H Lohaus1-86/+4
Move bing.create_images and cookies helper Disable some providers
2024-02-08Add Gemini Provider with image upload and generationHeiner Lohaus1-3/+3
2024-01-29Add aiohttp_socks to requirementsHeiner Lohaus1-5/+4
Fix preview for uploaded and generated images in gui Improve typing, readme
2024-01-26Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus1-10/+6
Add set_cookies helper, Show last used model
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-4/+20
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-24Add get_connector helperHeiner Lohaus1-8/+2
2024-01-23Add aiohttp_socks supportHeiner Lohaus1-4/+11
2024-01-22Improve CreateImagesBingHeiner Lohaus1-38/+25
Sort providers by category
2024-01-14Change doctypes style to GoogleHeiner Lohaus1-1/+1
Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests
2024-01-14Refactor code with AIHeiner Lohaus1-67/+157
Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
2024-01-13Support upload image in guiHeiner Lohaus1-11/+7
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
2024-01-10Add create images to Bing (#1426)H Lohaus1-0/+164
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider