summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Liaobots.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Liabots sessionHeiner Lohaus2023-12-311-4/+10
|
* Update Liaobots.pyOmiiiDev2023-12-291-3/+40
| | | Added more models
* Add auto support params methodHeiner Lohaus2023-11-201-14/+0
|
* Add AiChatOnline, ChatgptDemoAi, ChatgptNext ProvidersHeiner Lohaus2023-11-181-0/+6
| | | | | | Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package
* Update Liaobots.pyH Lohaus2023-11-161-1/+1
|
* Update config supports_message_historyHeiner Lohaus2023-10-271-0/+1
|
* 'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow2023-10-231-1/+1
| | | Co-authored-by: Sourcery AI <>
* Fix MyShell ProviderHeiner Lohaus2023-10-221-1/+1
|
* ~ | g4f `v-0.1.7.2`abc2023-10-211-1/+1
| | | | patch / unpatch providers
* Add proxy support to all providersHeiner Lohaus2023-10-091-3/+3
|
* Add GptGod ProviderHeiner Lohaus2023-10-071-3/+2
| | | | | Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
* Fix timeout in create_asyncHeiner Lohaus2023-10-061-3/+2
|
* Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus2023-10-051-8/+27
| | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
* Add Myshell ProviderHeiner Lohaus2023-09-251-2/+0
| | | | Remove auto proxy prefix
* Revert "Fix type hint"Tekky2023-09-171-1/+1
|
* fix typo: provider -> ProviderMIDORIBIN2023-09-161-1/+1
|
* Disable not working providers:Heiner Lohaus2023-09-121-1/+1
| | | | | | EasyChat, Equing, GetGpt, Liaobots and Wuguokai No and random best provider for a model Update providers in Readme
* Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat ProviderHeiner Lohaus2023-09-051-9/+9
|
* type hintsmsi-JunXiang2023-09-031-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
* Set working=True in Liaobots, Fix bing provider, Update readmeHeiner Lohaus2023-09-011-0/+1
|
* Add async support for H2oHeiner Lohaus2023-08-281-47/+66
| | | | | | | | | | | | | 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 stylingabc2023-08-271-28/+23
|
* refactor: refactor providerMIDORIBIN2023-08-141-0/+73