summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change doctypes style to GoogleHeiner Lohaus2024-01-141-1/+1
| | | | | | Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests
* Refactor code with AIHeiner Lohaus2024-01-143-129/+327
| | | | | | | Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
* Fix process_image in BingHeiner Lohaus2024-01-131-3/+3
| | | | | Add ImageResponse to Bing Fix cursor styling in gui
* Fix merge issuesHeiner Lohaus2024-01-131-4/+1
|
* Merge branch 'main' into mainH Lohaus2024-01-133-130/+59
|\
| * Merge pull request #1462 from hlohaus/imgH Lohaus2024-01-133-132/+59
| |\ | | | | | | Support upload image in gui
| | * Support upload image in guiHeiner Lohaus2024-01-133-132/+59
| | | | | | | | | | | | | | | | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
* | | Cleanup unused dependenciesAkash Mondal2024-01-131-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
* / Fixed Error "No module named g4f.Provider.bing" (#1448)Debaditya Banerji2024-01-111-0/+0
|/ | | * Added init file to initiate bing as a Module
* Add create images to Bing (#1426)H Lohaus2024-01-103-0/+369
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider