summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing/upload_image.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add aiohttp_socks to requirementsHeiner Lohaus2024-01-291-1/+1
| | | | | Fix preview for uploaded and generated images in gui Improve typing, readme
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-31/+20
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Add upload svg image supportHeiner Lohaus2024-01-231-15/+21
| | | | Fix upload image in Bing Provider
* Refactor code with AIHeiner Lohaus2024-01-141-60/+128
| | | | | | | 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-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