New minimum requirements (#1515)

* New minimum requirements
* Add ConversationStyleOptionSets to Bing
* Add image.ImageRequest
* Improve python version support
* Improve unittests
This commit is contained in:
H Lohaus 2024-01-26 07:54:13 +01:00 committed by GitHub
parent 71d71b6512
commit feb83c168b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 471 additions and 284 deletions

View file

@ -39,7 +39,7 @@ class HuggingChat(AsyncGeneratorProvider, ProviderModelMixin):
**kwargs
) -> AsyncResult:
if not cookies:
cookies = get_cookies(".huggingface.co")
cookies = get_cookies(".huggingface.co", False)
headers = {
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',