summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing/create_images.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus7 days1-1/+1
| | | | | | | | | | * Fix api streaming, fix AsyncClient, Improve Client class, Some providers fixes, Update models list, Fix some tests, Update model list in Airforce provid er, Add OpenAi image generation url to api, Fix reload and debug in api arguments, Fix websearch in gui * Fix Cloadflare and Pi and AmigoChat provider * Fix conversation support in DDG provider, Add cloudflare bypass with nodriver * Fix unittests without curl_cffi
* Add get/set cookies dir, hide prompt option in guiHeiner Lohaus2024-05-181-27/+3
|
* Add ReplicateImage Provider, Fix BingCreateImages ProviderHeiner Lohaus2024-04-111-1/+1
|
* Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus2024-03-111-1/+3
| | | | | Add more models and image generation in You provider Use You as second default image provider
* Move some modules, create providers dirHeiner Lohaus2024-02-221-2/+2
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add new Client API with DocsHeiner Lohaus2024-02-121-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.
* Update provider and model list (#1568)H Lohaus2024-02-091-86/+4
| | | | Move bing.create_images and cookies helper Disable some providers
* Add Gemini Provider with image upload and generationHeiner Lohaus2024-02-081-3/+3
|
* Add aiohttp_socks to requirementsHeiner Lohaus2024-01-291-5/+4
| | | | | Fix preview for uploaded and generated images in gui Improve typing, readme
* Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus2024-01-261-10/+6
| | | | Add set_cookies helper, Show last used model
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-4/+20
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Add get_connector helperHeiner Lohaus2024-01-241-8/+2
|
* Add aiohttp_socks supportHeiner Lohaus2024-01-231-4/+11
|
* Improve CreateImagesBingHeiner Lohaus2024-01-221-38/+25
| | | | Sort providers by category
* Change doctypes style to GoogleHeiner Lohaus2024-01-141-1/+1
| | | | | | Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests
* Refactor code with AIHeiner Lohaus2024-01-141-67/+157
| | | | | | | Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
* Support upload image in guiHeiner Lohaus2024-01-131-11/+7
| | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
* Add create images to Bing (#1426)H Lohaus2024-01-101-0/+164
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider