summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing (unfollow)
Commit message (Collapse)AuthorFilesLines
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