summaryrefslogtreecommitdiffstats
path: root/g4f/errors.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unittestsHeiner Lohaus2024-04-061-3/+3
|
* Add authless OpenaiChatHeiner Lohaus2024-04-051-0/+3
|
* Remove all not working provider (#1679)H Lohaus2024-03-121-0/+3
| | | | Fix many providers Add selenium-wire to requierments
* Enable Liaobots, disable Phind providerHeiner Lohaus2024-03-081-0/+3
|
* Add new Client API with DocsHeiner Lohaus2024-02-121-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.
* Update provider and model list (#1568)H Lohaus2024-02-091-3/+0
| | | | Move bing.create_images and cookies helper Disable some providers
* Add Gemini Provider with image upload and generationHeiner Lohaus2024-02-081-4/+1
|
* Fix PerplexityLabs Provider, Improve bypass_cloudflare helperHeiner Lohaus2024-01-271-2/+2
|
* Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus2024-01-261-1/+1
| | | | Add set_cookies helper, Show last used model
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-1/+7
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Add get_connector helperHeiner Lohaus2024-01-241-0/+3
|
* Add ProviderModelMixin for model selectionHeiner Lohaus2024-01-231-0/+3
|
* Remove usage of get_event_loop helperHeiner Lohaus2024-01-201-0/+3
|
* Add support for all modelsHeiner Lohaus2024-01-011-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
* Add error classesHeiner Lohaus2023-12-111-0/+26
Move version check to debug