Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `microsoft/Phi-3-mini-4k-instruct` model | Eien Mojiki 🍕 | 2024-04-24 | 1 | -2/+3 |
| | |||||
* | Add conversation title change in gui | Heiner Lohaus | 2024-04-23 | 1 | -0/+3 |
| | | | | Fix bug with multiple requests a .har in OpenaiChat | ||||
* | Fix typo in model list | Heiner Lohaus | 2024-04-22 | 1 | -10/+26 |
| | |||||
* | Added Meta llama-3 support! (#1856) | PD | 2024-04-19 | 1 | -1/+2 |
| | | | | | | | | * Added Meta llama-3 support! Decided to change llama2.py to llama.py to hold all the llama family models. * updated HuggingChat provider * Update FlowGpt.py | ||||
* | new gpt-4 beating opensource models | abc | 2024-04-13 | 1 | -7/+7 |
| | |||||
* | Add labels to provider list | Heiner Lohaus | 2024-04-12 | 1 | -1/+1 |
| | |||||
* | Update HuggingChat.py | H Lohaus | 2024-04-07 | 1 | -7/+7 |
| | |||||
* | Add .har file support for OpenaiChat | Heiner Lohaus | 2024-03-25 | 1 | -4/+12 |
| | | | | | | Update model list of HuggingChat Update styles of scrollbar in gui Fix image upload in gui | ||||
* | Add google/gemma-7b-it model to model list | えいえん ~UwU~ | 2024-03-22 | 1 | -0/+1 |
| | |||||
* | Fix HuggingChat and PerplexityLabs and add HuggingFace provider | Heiner Lohaus | 2024-03-11 | 1 | -14/+21 |
| | | | | | Add more models and image generation in You provider Use You as second default image provider | ||||
* | add CodeLlama-70b to HuggingChat | Miezhiko | 2024-02-06 | 1 | -1/+2 |
| | |||||
* | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 2024-01-26 | 1 | -1/+1 |
| | | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | ||||
* | Add get_connector helper | Heiner Lohaus | 2024-01-24 | 1 | -8/+2 |
| | |||||
* | Add aiohttp_socks support | Heiner Lohaus | 2024-01-23 | 1 | -2/+10 |
| | |||||
* | Add ProviderModelMixin for model selection | Heiner Lohaus | 2024-01-23 | 1 | -10/+4 |
| | |||||
* | Cleanup model list | Heiner Lohaus | 2024-01-23 | 1 | -7/+18 |
| | |||||
* | Improve CreateImagesBing | Heiner Lohaus | 2024-01-22 | 1 | -0/+71 |
| | | | | Sort providers by category | ||||
* | Sort providers in new dirs | Heiner Lohaus | 2023-10-04 | 1 | -74/+0 |
| | |||||
* | Update HuggingChat to new api | Heiner Lohaus | 2023-10-01 | 1 | -46/+16 |
| | | | | | | | | Impersonate Aivvm Provider Add ChatForAi and FreeGpt Provider Update AItianhuSpace Provider Improve StreamRequest Support Update get_event_loop Helper | ||||
* | Improve Vercel Provider: | Heiner Lohaus | 2023-09-23 | 1 | -1/+1 |
| | | | | | | | - Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider | ||||
* | Cache "snlm0e" in Bard | Heiner Lohaus | 2023-09-20 | 1 | -7/+5 |
| | | | | | Improve error handling in ChatgptLogin Fix async example in readme | ||||
* | Revert "Fix type hint" | Tekky | 2023-09-17 | 1 | -1/+1 |
| | |||||
* | fix typo: provider -> Provider | MIDORIBIN | 2023-09-16 | 1 | -1/+1 |
| | |||||
* | Add CodeLinkAva Provider, Improve test_async.py | Heiner Lohaus | 2023-09-09 | 1 | -1/+1 |
| | |||||
* | Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat Provider | Heiner Lohaus | 2023-09-05 | 1 | -28/+24 |
| | |||||
* | type hints | msi-JunXiang | 2023-09-03 | 1 | -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 | ||||
* | Add async support for H2o | Heiner Lohaus | 2023-08-28 | 1 | -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 |