summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/HuggingChat.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-06add CodeLlama-70b to HuggingChatMiezhiko1-1/+2
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-1/+1
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-24Add get_connector helperHeiner Lohaus1-8/+2
2024-01-23Add aiohttp_socks supportHeiner Lohaus1-2/+10
2024-01-23Add ProviderModelMixin for model selectionHeiner Lohaus1-10/+4
2024-01-23Cleanup model listHeiner Lohaus1-7/+18
2024-01-22Improve CreateImagesBingHeiner Lohaus1-3/+3
Sort providers by category
2024-01-01Add support for all modelsHeiner Lohaus1-1/+7
Add AbstractProvider class Add ProviderType type Add get_last_provider function Add version module and VersionUtils Display used provider in gui Fix error response in api
2023-12-15HuggingChat: Strip leading whitespace from the first token in the streamnullstreak1-2/+7
For some reason first token from the stream on HuggingChat always starts with a whitespace. This commit strips the leading whitespace from the first token in the stream to fix this issue.
2023-12-06Add selenium to dockerfileHeiner Lohaus1-4/+2
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
2023-11-20Add webdriver moduleHeiner Lohaus1-14/+1
2023-10-09 Add Proxy Support and Create Provider to ReadmeHeiner Lohaus1-4/+5
Add proxy support to many providers
2023-10-04Sort providers in new dirsHeiner Lohaus1-2/+2
2023-10-01Update HuggingChat to new apiHeiner Lohaus1-46/+16
Impersonate Aivvm Provider Add ChatForAi and FreeGpt Provider Update AItianhuSpace Provider Improve StreamRequest Support Update get_event_loop Helper
2023-09-23Improve Vercel Provider:Heiner Lohaus1-1/+1
- Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider
2023-09-20Cache "snlm0e" in BardHeiner Lohaus1-7/+5
Improve error handling in ChatgptLogin Fix async example in readme
2023-09-17Revert "Fix type hint"Tekky1-1/+1
2023-09-16fix typo: provider -> ProviderMIDORIBIN1-1/+1
2023-09-09Add CodeLinkAva Provider, Improve test_async.pyHeiner Lohaus1-1/+1
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-28/+24
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-08-28Add async support for H2oHeiner Lohaus1-0/+107
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