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