summaryrefslogtreecommitdiffstats
path: root/g4f/providers/types.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-28Add websocket support in OpenaiChatHeiner Lohaus1-0/+1
2024-02-27Update some providersHeiner Lohaus1-19/+1
Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client
2024-02-22Move some modules, create providers dirHeiner Lohaus1-3/+3
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-0/+2
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-14Refactor code with AIHeiner Lohaus1-10/+71
Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
2024-01-13Support upload image in guiHeiner Lohaus1-1/+1
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
2024-01-01Add support for all modelsHeiner Lohaus1-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