Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move raise_for_status, Create FormData wrapper | Heiner Lohaus | 2024-03-15 | 1 | -6/+4 |
| | |||||
* | Add Pyinstaller support, Use curl_cffi in You provider | Heiner Lohaus | 2024-03-15 | 1 | -30/+26 |
| | |||||
* | Remove all not working provider (#1679) | H Lohaus | 2024-03-12 | 1 | -25/+35 |
| | | | | Fix many providers Add selenium-wire to requierments | ||||
* | Fix HuggingChat and PerplexityLabs and add HuggingFace provider | Heiner Lohaus | 2024-03-11 | 1 | -7/+34 |
| | | | | | Add more models and image generation in You provider Use You as second default image provider | ||||
* | Update some providers | Heiner Lohaus | 2024-02-27 | 1 | -9/+10 |
| | | | | | | | Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client | ||||
* | 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 | ||||
* | Add new Client API with Docs | Heiner Lohaus | 2024-02-12 | 1 | -0/+5 |
| | | | | | | | 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. | ||||
* | Fix select chat mode, fix auth value in You | Heiner Lohaus | 2024-02-11 | 1 | -3/+3 |
| | |||||
* | Add upload image support in You | Heiner Lohaus | 2024-02-11 | 1 | -50/+105 |
| | |||||
* | Add GPT 4 support in You, Add camera input, Enable logging on debug in GUI, Don't load expired cookies | Heiner Lohaus | 2024-02-11 | 1 | -3/+63 |
| | |||||
* | Update config supports_message_history | Heiner Lohaus | 2023-10-27 | 1 | -1/+0 |
| | |||||
* | Indicated support of message history in You.py | Luneye | 2023-10-24 | 1 | -1/+2 |
| | |||||
* | Add Messages and AsyncResult typing | Heiner Lohaus | 2023-10-08 | 1 | -6/+7 |
| | | | | Add system_message in Yqcloud | ||||
* | Add AiAsk, Chatgpt4Online, ChatgptDemo | Heiner Lohaus | 2023-10-05 | 1 | -11/+10 |
| | | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout | ||||
* | Add new providers: Aivvm, Vitalentum and Ylokh | Heiner Lohaus | 2023-09-12 | 1 | -20/+20 |
| | |||||
* | type hints | msi-JunXiang | 2023-09-03 | 1 | -1/+4 |
| | | | | | | | | | | Use `from __future__ import annotations avoid `dict` and `list` cause "TypeErro: 'type' object is not subscriptable". Refer to the following Stack Overflow discussions for more information: 1. https://stackoverflow.com/questions/75202610/typeerror-type-object-is-not-subscriptable-python 2. https://stackoverflow.com/questions/59101121/type-hint-for-a-dict-gives-typeerror-type-object-is-not-subscriptable | ||||
* | Add async support for H2o | Heiner Lohaus | 2023-08-28 | 1 | -47/+29 |
| | | | | | | | | | | | | | Add format_prompt helper Fix create_completion in AsyncGeneratorProvider Move get_cookies from constructor to function Add ow HuggingChat implement Remove need auth form Liabots Add staic cache for access_token in OpenaiChat Add OpenAssistant provider Support stream and async in You Support async and add userId in Yqcloud Add log_time module | ||||
* | ~ | code styling | abc | 2023-08-27 | 1 | -18/+12 |
| | |||||
* | Merge branch 'main' into up | Tekky | 2023-08-25 | 1 | -5/+8 |
|\ | |||||
| * | "You" unicode decode and fix prompt just is last message | zengrr | 2023-08-23 | 1 | -5/+8 |
| | | |||||
* | | Improve providers with tests | Heiner Lohaus | 2023-08-22 | 1 | -8/+7 |
|/ | |||||
* | refactor: refactor provider | MIDORIBIN | 2023-08-14 | 1 | -0/+59 |