Commit Graph

6 Commits

Author SHA1 Message Date
Heiner Lohaus c617b18d12 Add support for all models
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
2024-01-01 17:48:57 +01:00
nullstreak f554018da2
HuggingChat: Strip leading whitespace from the first token in the stream
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-15 23:58:13 +01:00
Heiner Lohaus 3576dee75a Add selenium to dockerfile
Load model and provider list in gui
Remove needs_auth in HuggingChat
Add default model and login url in gui
2023-12-06 09:35:36 +01:00
Heiner Lohaus 08e308348b Add webdriver module 2023-11-20 14:00:40 +01:00
Heiner Lohaus c6b33e527c Add Proxy Support and Create Provider to Readme
Add proxy support to many providers
2023-10-09 13:33:20 +02:00
Heiner Lohaus 6a61cf8116 Sort providers in new dirs 2023-10-04 07:20:51 +02:00