summaryrefslogtreecommitdiffstats
path: root/g4f/base_provider.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-0/+2
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Refactor code with AIHeiner Lohaus2024-01-141-10/+71
| | | | | | | Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
* Support upload image in guiHeiner Lohaus2024-01-131-1/+1
| | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
* Add support for all modelsHeiner Lohaus2024-01-011-0/+54
Add AbstractProvider class Add ProviderType type Add get_last_provider function Add version module and VersionUtils Display used provider in gui Fix error response in api