summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing/upload_image.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-131-117/+47
|\
| * Support upload image in guiHeiner Lohaus2024-01-131-119/+47
| | | | | | | | | | | | | | 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
* Add create images to Bing (#1426)H Lohaus2024-01-101-0/+162
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider