summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/HuggingChat.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve CreateImagesBingHeiner Lohaus2024-01-221-71/+0
| | | | Sort providers by category
* Add support for all modelsHeiner Lohaus2024-01-011-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
* HuggingChat: Strip leading whitespace from the first token in the streamnullstreak2023-12-151-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.
* Add selenium to dockerfileHeiner Lohaus2023-12-061-4/+2
| | | | | | Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
* Add webdriver moduleHeiner Lohaus2023-11-201-14/+1
|
* Add Proxy Support and Create Provider to ReadmeHeiner Lohaus2023-10-091-4/+5
| | | | Add proxy support to many providers
* Sort providers in new dirsHeiner Lohaus2023-10-041-0/+74