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