Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-12 | Add count chars to gui, Add retry support to fix rate limit in Bing | Heiner Lohaus | 2 | -34/+12 | |
2024-03-12 | Remove all not working provider (#1679) | H Lohaus | 1 | -19/+20 | |
Fix many providers Add selenium-wire to requierments | |||||
2024-03-11 | Fix HuggingChat and PerplexityLabs and add HuggingFace provider | Heiner Lohaus | 1 | -1/+3 | |
Add more models and image generation in You provider Use You as second default image provider | |||||
2024-03-09 | Add word count from iG8R | Heiner Lohaus | 1 | -1/+1 | |
Improve Bing provider Some gui improvments Improve error handling in gui | |||||
2024-02-22 | Move some modules, create providers dir | Heiner Lohaus | 1 | -2/+2 | |
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | |||||
2024-02-17 | Try to fix Captcha Issue | Heiner Lohaus | 1 | -1/+4 | |
2024-02-17 | Improve create conversation in Bing | Heiner Lohaus | 1 | -1/+14 | |
2024-02-12 | Add new Client API with Docs | Heiner Lohaus | 1 | -3/+40 | |
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-09 | Update provider and model list (#1568) | H Lohaus | 1 | -86/+4 | |
Move bing.create_images and cookies helper Disable some providers | |||||
2024-02-08 | Add Gemini Provider with image upload and generation | Heiner Lohaus | 1 | -3/+3 | |
2024-01-29 | Add aiohttp_socks to requirements | Heiner Lohaus | 2 | -6/+5 | |
Fix preview for uploaded and generated images in gui Improve typing, readme | |||||
2024-01-26 | Fix: ChromeDriver only supports characters in the BMP | Heiner Lohaus | 1 | -10/+6 | |
Add set_cookies helper, Show last used model | |||||
2024-01-26 | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 3 | -35/+42 | |
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | |||||
2024-01-24 | Add get_connector helper | Heiner Lohaus | 1 | -8/+2 | |
2024-01-23 | Add aiohttp_socks support | Heiner Lohaus | 1 | -4/+11 | |
2024-01-23 | Add upload svg image support | Heiner Lohaus | 1 | -15/+21 | |
Fix upload image in Bing Provider | |||||
2024-01-22 | Improve CreateImagesBing | Heiner Lohaus | 1 | -38/+25 | |
Sort providers by category | |||||
2024-01-14 | Change doctypes style to Google | Heiner Lohaus | 1 | -1/+1 | |
Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests | |||||
2024-01-14 | Refactor code with AI | Heiner Lohaus | 3 | -129/+327 | |
Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types | |||||
2024-01-13 | Fix process_image in Bing | Heiner Lohaus | 1 | -3/+3 | |
Add ImageResponse to Bing Fix cursor styling in gui | |||||
2024-01-13 | Fix merge issues | Heiner Lohaus | 1 | -4/+1 | |
2024-01-13 | Support upload image in gui | Heiner Lohaus | 3 | -132/+59 | |
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements | |||||
2024-01-13 | Cleanup unused dependencies | Akash Mondal | 1 | -3/+3 | |
* 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 | |||||
2024-01-11 | Fixed Error "No module named g4f.Provider.bing" (#1448) | Debaditya Banerji | 1 | -0/+0 | |
* Added init file to initiate bing as a Module | |||||
2024-01-10 | Add create images to Bing (#1426) | H Lohaus | 3 | -0/+369 | |
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider |