Commit Graph

30 Commits (54fbe29d5d803efe4ba73d44b678829f1be06553)

Author SHA1 Message Date
Heiner Lohaus 95bab66dad No arkose token and .har files 3 months ago
Heiner Lohaus 486e43dabd Fix missing websocket_request_id in OpenaiChat
Add RateLimitErrors to Bing
Add android support to gui api
Add annotations import to gui api
4 months ago
Heiner Lohaus 4778356064 Add conversation support for Bing 4 months ago
Heiner Lohaus 5bcf21f9bd Add count chars to gui, Add retry support to fix rate limit in Bing 4 months ago
H Lohaus 6ef282de3a
Remove all not working provider (#1679)
Fix many providers
Add selenium-wire to requierments
4 months ago
Heiner Lohaus ec51e9c764 Fix HuggingChat and PerplexityLabs and add HuggingFace provider
Add more models and image generation in You provider
Use You as second default image provider
4 months ago
Heiner Lohaus 74a33f10dd Add word count from iG8R
Improve Bing provider
Some gui improvments
Improve error handling in gui
4 months ago
Heiner Lohaus e5b7f72b71 Move some modules, create providers dir
Set min version for duckduckgo
Make duckduckgo search async
Remove get_lastet_version
5 months ago
Heiner Lohaus 1cce6324f1 Try to fix Captcha Issue 5 months ago
Heiner Lohaus 7cd5b3f0c6 Improve create conversation in Bing 5 months ago
Heiner Lohaus aba4b96f23 Add new Client API with Docs
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.
5 months ago
H Lohaus 5c75972c50
Update provider and model list (#1568)
Move bing.create_images and cookies helper
Disable some providers
5 months ago
Heiner Lohaus c1b992c346 Add Gemini Provider with image upload and generation 5 months ago
Heiner Lohaus a28bab9387 Add aiohttp_socks to requirements
Fix preview for uploaded and generated images in gui
Improve typing, readme
5 months ago
Heiner Lohaus 1eb7dc05e5 Fix: ChromeDriver only supports characters in the BMP
Add set_cookies helper, Show last used model
5 months ago
H Lohaus feb83c168b
New minimum requirements (#1515)
* New minimum requirements
* Add ConversationStyleOptionSets to Bing
* Add image.ImageRequest
* Improve python version support
* Improve unittests
5 months ago
Heiner Lohaus 69ef224f92 Add get_connector helper 5 months ago
Heiner Lohaus 8864b70ee4 Add aiohttp_socks support 5 months ago
Heiner Lohaus 07c944ad0a Add upload svg image support
Fix upload image in Bing Provider
6 months ago
Heiner Lohaus 38dbe4b8e5 Improve CreateImagesBing
Sort providers by category
6 months ago
Heiner Lohaus 32252def15 Change doctypes style to Google
Fix typo in latest_version
Fix Phind Provider
Add unittest worklow and main tests
6 months ago
Heiner Lohaus 5756586cde Refactor code with AI
Add doctypes to many functions
Add file upload for text files
Add alternative url to FreeChatgpt
Add webp to allowed image types
6 months ago
Heiner Lohaus ceed364cb1 Fix process_image in Bing
Add ImageResponse to Bing
Fix cursor styling in gui
6 months ago
Heiner Lohaus 7968ae52fb Fix merge issues 6 months ago
H Lohaus d632190f1d
Merge branch 'main' into main 6 months ago
H Lohaus 467f2a6fc6
Merge pull request #1462 from hlohaus/img
Support upload image in gui
6 months ago
Heiner Lohaus ea8d6b847a Support upload image in gui
Add image upload to OpenaiChat
Add image response to OpenaiChat
Improve ChatGPT Plus Support
Remove unused requirements
6 months ago
Akash Mondal c2115309ab Cleanup unused dependencies
* 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
6 months ago
Debaditya Banerji c5bdfe23c2
Fixed Error "No module named g4f.Provider.bing" (#1448)
* Added init file to initiate bing as a Module
6 months ago
H Lohaus bee75be8e3
Add create images to Bing (#1426)
Add create images from Bing
Add FreeChatgpt Provider
Fix Bard Provider
6 months ago