summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing/conversation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-121-27/+7
|
* Remove all not working provider (#1679)H Lohaus2024-03-121-19/+20
| | | | Fix many providers Add selenium-wire to requierments
* Add word count from iG8RHeiner Lohaus2024-03-091-1/+1
| | | | | | Improve Bing provider Some gui improvments Improve error handling in gui
* Try to fix Captcha IssueHeiner Lohaus2024-02-171-1/+4
|
* Improve create conversation in BingHeiner Lohaus2024-02-171-1/+14
|
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-0/+2
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Refactor code with AIHeiner Lohaus2024-01-141-2/+42
| | | | | | | 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-2/+5
| | | | | | | 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/+43
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider