summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve download of generated images, serve images in the api (#2391)0.3.5.4H Lohaus5 days1-1/+1
| | | | | | | | | | * Improve download of generated images, serve images in the api Add support for conversation handling in the api * Add orginal prompt to image response * Add download images option in gui, fix loading model list in Airforce * Add download images option in gui, fix loading model list in Airforce
* Fix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus9 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
* chore(g4f/Provider/bing/conversation.py): update bundleVersion in create_conversation URLskqlio672024-09-111-3/+3
|
* Add get/set cookies dir, hide prompt option in guiHeiner Lohaus2024-05-181-27/+3
|
* Add image model listHeiner Lohaus2024-04-211-0/+2
|
* Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus2024-04-211-5/+4
| | | | Use default headers in OpenaiChat
* Fix DuckDuckGo Provider issuesHeiner Lohaus2024-04-171-2/+2
| | | | | Fix PerplexityLabs, FlowGpt Provider Update Bing, Gemini Provider
* Fix unittests, update Bing UrlsHeiner Lohaus2024-04-111-2/+2
|
* Add ReplicateImage Provider, Fix BingCreateImages ProviderHeiner Lohaus2024-04-111-1/+1
|
* No arkose token and .har filesHeiner Lohaus2024-03-261-2/+3
|
* Fix missing websocket_request_id in OpenaiChatHeiner Lohaus2024-03-191-0/+3
| | | | | | Add RateLimitErrors to Bing Add android support to gui api Add annotations import to gui api
* Add conversation support for BingHeiner Lohaus2024-03-161-2/+5
|
* Add count chars to gui, Add retry support to fix rate limit in BingHeiner Lohaus2024-03-122-34/+12
|
* Remove all not working provider (#1679)H Lohaus2024-03-121-19/+20
| | | | Fix many providers Add selenium-wire to requierments
* 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
* Add word count from iG8RHeiner Lohaus2024-03-091-1/+1
| | | | | | Improve Bing provider Some gui improvments Improve error handling in gui
* Move some modules, create providers dirHeiner Lohaus2024-02-221-2/+2
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Try to fix Captcha IssueHeiner Lohaus2024-02-171-1/+4
|
* Improve create conversation in BingHeiner Lohaus2024-02-171-1/+14
|
* 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-292-6/+5
| | | | | 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-263-35/+42
| | | | | | | * 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
|
* Add upload svg image supportHeiner Lohaus2024-01-231-15/+21
| | | | Fix upload image in Bing Provider
* 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-143-129/+327
| | | | | | | 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/+3
| | | | | Add ImageResponse to Bing Fix cursor styling in gui
* Fix merge issuesHeiner Lohaus2024-01-131-4/+1
|
* Merge branch 'main' into mainH Lohaus2024-01-133-130/+59
|\
| * Merge pull request #1462 from hlohaus/imgH Lohaus2024-01-133-132/+59
| |\ | | | | | | Support upload image in gui
| | * Support upload image in guiHeiner Lohaus2024-01-133-132/+59
| | | | | | | | | | | | | | | | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
* | | Cleanup unused dependenciesAkash Mondal2024-01-131-3/+3
|/ / | | | | | | | | | | | | | | * remove packages, that are not a direct dependency to this project, from requirements.txt * no need to just numpy for simple sqrt operation on numbers * write code on python than using a js compiler
* / Fixed Error "No module named g4f.Provider.bing" (#1448)Debaditya Banerji2024-01-111-0/+0
|/ | | * Added init file to initiate bing as a Module
* Add create images to Bing (#1426)H Lohaus2024-01-103-0/+369
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider