summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/PerplexityAi.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add selenium to dockerfileHeiner Lohaus2023-12-061-5/+4
| | | | | | Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
* Add get_session_from_browser as cloudflare bypassHeiner Lohaus2023-12-021-1/+1
|
* Add webdriver moduleHeiner Lohaus2023-11-201-3/+4
|
* Add Response Handler to OpenaiChatHeiner Lohaus2023-11-191-34/+28
| | | | | | Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi
* Improve providersHeiner Lohaus2023-11-171-12/+12
|
* Remove virtualdisplay and add headless modeHeiner Lohaus2023-11-171-12/+4
|
* Update PerplexityAi.pyH Lohaus2023-11-161-10/+9
|
* Fix Bard ProviderHeiner Lohaus2023-11-161-8/+8
|
* Fix Phind and PerplexityAi - GPT-4 ProvidersHeiner Lohaus2023-11-161-0/+121
| | | | | | | Fix MyShell Provider Refactor Provider __init__ Add ChatAnywhere Provider Update models list
* Sort providers in new dirsHeiner Lohaus2023-10-041-101/+0
|
* Remove fake_useragent moduleHeiner Lohaus2023-10-021-4/+0
|
* Disable PerplexityAi ProviderHeiner Lohaus2023-10-011-1/+1
|
* Update HuggingChat to new apiHeiner Lohaus2023-10-011-2/+20
| | | | | | | | Impersonate Aivvm Provider Add ChatForAi and FreeGpt Provider Update AItianhuSpace Provider Improve StreamRequest Support Update get_event_loop Helper
* Add ChatgptDuo and Aibn ProviderHeiner Lohaus2023-09-261-1/+1
| | | | | | Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider
* Fix create_event_loop functionHeiner Lohaus2023-09-201-0/+87
Add PerplexityAi Provider