summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing (unfollow)
Commit message (Collapse)AuthorFilesLines
7 daysFix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus1-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
2024-09-11chore(g4f/Provider/bing/conversation.py): update bundleVersion in create_conversation URLskqlio671-3/+3
2024-05-18Add get/set cookies dir, hide prompt option in guiHeiner Lohaus1-27/+3
2024-04-21Add image model listHeiner Lohaus1-0/+2
2024-04-21Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus1-5/+4
Use default headers in OpenaiChat
2024-04-17Fix DuckDuckGo Provider issuesHeiner Lohaus1-2/+2
Fix PerplexityLabs, FlowGpt Provider Update Bing, Gemini Provider
2024-04-11Fix unittests, update Bing UrlsHeiner Lohaus1-2/+2
2024-04-11Add ReplicateImage Provider, Fix BingCreateImages ProviderHeiner Lohaus1-1/+1
2024-03-26No arkose token and .har filesHeiner Lohaus1-2/+3
2024-03-19Fix missing websocket_request_id in OpenaiChatHeiner Lohaus1-0/+3
Add RateLimitErrors to Bing Add android support to gui api Add annotations import to gui api
2024-03-16Add conversation support for BingHeiner Lohaus1-2/+5
2024-03-12Add count chars to gui, Add retry support to fix rate limit in BingHeiner Lohaus2-34/+12
2024-03-12Remove all not working provider (#1679)H Lohaus1-19/+20
Fix many providers Add selenium-wire to requierments
2024-03-11Fix HuggingChat and PerplexityLabs and add HuggingFace providerHeiner Lohaus1-1/+3
Add more models and image generation in You provider Use You as second default image provider
2024-03-09Add word count from iG8RHeiner Lohaus1-1/+1
Improve Bing provider Some gui improvments Improve error handling in gui
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-17Try to fix Captcha IssueHeiner Lohaus1-1/+4
2024-02-17Improve create conversation in BingHeiner Lohaus1-1/+14
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 Lohaus2-6/+5
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 Lohaus3-35/+42
* 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-23Add upload svg image supportHeiner Lohaus1-15/+21
Fix upload image in Bing Provider
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 Lohaus3-129/+327
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/+3
Add ImageResponse to Bing Fix cursor styling in gui
2024-01-13Fix merge issuesHeiner Lohaus1-4/+1
2024-01-13Support upload image in guiHeiner Lohaus3-132/+59
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
2024-01-13Cleanup unused dependenciesAkash Mondal1-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
2024-01-11Fixed Error "No module named g4f.Provider.bing" (#1448)Debaditya Banerji1-0/+0
* Added init file to initiate bing as a Module
2024-01-10Add create images to Bing (#1426)H Lohaus3-0/+369
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider