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