summaryrefslogtreecommitdiffstats
path: root/g4f/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-06Fix unittestsHeiner Lohaus1-3/+3
2024-04-05Add authless OpenaiChatHeiner Lohaus1-0/+3
2024-03-12Remove all not working provider (#1679)H Lohaus1-0/+3
Fix many providers Add selenium-wire to requierments
2024-03-08Enable Liaobots, disable Phind providerHeiner Lohaus1-0/+3
2024-02-12Add new Client API with DocsHeiner Lohaus1-12/+15
Use object urls for the preview of image uploads. Fix upload images in You provider Fix create image. It's now a single image. Improve system message for create images.
2024-02-09Update provider and model list (#1568)H Lohaus1-3/+0
Move bing.create_images and cookies helper Disable some providers
2024-02-08Add Gemini Provider with image upload and generationHeiner Lohaus1-4/+1
2024-01-27Fix PerplexityLabs Provider, Improve bypass_cloudflare helperHeiner Lohaus1-2/+2
2024-01-26Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus1-1/+1
Add set_cookies helper, Show last used model
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-1/+7
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-24Add get_connector helperHeiner Lohaus1-0/+3
2024-01-23Add ProviderModelMixin for model selectionHeiner Lohaus1-0/+3
2024-01-20Remove usage of get_event_loop helperHeiner Lohaus1-0/+3
2024-01-01Add support for all modelsHeiner Lohaus1-1/+1
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
2023-12-11Add error classesHeiner Lohaus1-0/+26
Move version check to debug