summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/bing/upload_image.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-31/+20
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-23Add upload svg image supportHeiner Lohaus1-15/+21
Fix upload image in Bing Provider
2024-01-14Refactor code with AIHeiner Lohaus1-60/+128
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 Lohaus1-119/+47
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-10Add create images to Bing (#1426)H Lohaus1-0/+162
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider