summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Liaobots.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-24Add get_connector helperHeiner Lohaus1-7/+2
2024-01-23Add aiohttp_socks supportHeiner Lohaus1-2/+10
2024-01-23Add ProviderModelMixin for model selectionHeiner Lohaus1-5/+8
2023-12-31Fix Liabots sessionHeiner Lohaus1-4/+10
2023-12-29Update Liaobots.pyOmiiiDev1-3/+40
Added more models
2023-11-20Add auto support params methodHeiner Lohaus1-14/+0
2023-11-18Add AiChatOnline, ChatgptDemoAi, ChatgptNext ProvidersHeiner Lohaus1-0/+6
Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package
2023-11-16Update Liaobots.pyH Lohaus1-1/+1
2023-10-27Update config supports_message_historyHeiner Lohaus1-0/+1
2023-10-23'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow1-1/+1
Co-authored-by: Sourcery AI <>
2023-10-22Fix MyShell ProviderHeiner Lohaus1-1/+1
2023-10-21~ | g4f `v-0.1.7.2`abc1-1/+1
patch / unpatch providers
2023-10-09Add proxy support to all providersHeiner Lohaus1-3/+3
2023-10-07Add GptGod ProviderHeiner Lohaus1-3/+2
Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
2023-10-06Fix timeout in create_asyncHeiner Lohaus1-3/+2
2023-10-05Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus1-8/+27
and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
2023-09-25Add Myshell ProviderHeiner Lohaus1-2/+0
Remove auto proxy prefix
2023-09-17Revert "Fix type hint"Tekky1-1/+1
2023-09-16fix typo: provider -> ProviderMIDORIBIN1-1/+1
2023-09-12Disable not working providers:Heiner Lohaus1-1/+1
EasyChat, Equing, GetGpt, Liaobots and Wuguokai No and random best provider for a model Update providers in Readme
2023-09-05Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat ProviderHeiner Lohaus1-9/+9
2023-09-03type hintsmsi-JunXiang1-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
2023-09-01Set working=True in Liaobots, Fix bing provider, Update readmeHeiner Lohaus1-0/+1
2023-08-28Add async support for H2oHeiner Lohaus1-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
2023-08-27~ | code stylingabc1-28/+23
2023-08-14refactor: refactor providerMIDORIBIN1-0/+73