Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-12 | Add new providers: Aivvm, Vitalentum and Ylokh | Heiner Lohaus | 7 | -25/+251 | |
2023-09-10 | Add ChatBase Provider | Heiner Lohaus | 2 | -0/+64 | |
2023-09-09 | Add CodeLinkAva Provider, Improve test_async.py | Heiner Lohaus | 4 | -2/+67 | |
2023-09-05 | Fix imports in Bing | Heiner Lohaus | 1 | -16/+7 | |
2023-09-05 | Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat Provider | Heiner Lohaus | 17 | -528/+443 | |
2023-09-04 | Join the messages | hs_junxiang | 7 | -29/+14 | |
A better approach is to use the `.join()` method of strings, which reduces string concatenation operations and improves performance. Additionally, using formatted strings (f-strings) makes the code cleaner and more readable. | |||||
2023-09-03 | type hints | msi-JunXiang | 33 | -45/+174 | |
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-09-01 | Set working=True in Liaobots, Fix bing provider, Update readme | Heiner Lohaus | 4 | -24/+6 | |
2023-08-28 | ~ | v-0.0.2.6 | abc | 1 | -25/+25 | |
2023-08-28 | Update Bing.py | Luneye | 1 | -7/+7 | |
Fixed some errors in my previously precipitated commit. | |||||
2023-08-28 | Update Bing.py | Luneye | 1 | -53/+45 | |
Added support the async function Will implement proper cookie retrieval later but Bing is working for now | |||||
2023-08-28 | Add async support for H2o | Heiner Lohaus | 12 | -311/+461 | |
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 | |||||
2023-08-27 | Update Bing.py | Luneye | 1 | -46/+76 | |
Removed unnecessary check that could prematurely stop the AI's response while answering | |||||
2023-08-27 | ~ | code styling | abc | 30 | -790/+695 | |
2023-08-25 | Add OpenaiChat and Hugchat Provider | Heiner Lohaus | 6 | -79/+259 | |
Add tests for providers with auth Improve async support / 2x faster Shared get_cookies by domain function | |||||
2023-08-25 | Ails Supplementary Identification of Unusual Response Content | zengrr | 1 | -1/+1 | |
2023-08-24 | Improve provider list | Heiner Lohaus | 5 | -11/+11 | |
2023-08-24 | remove whitspace from data: and raise exception | Bagus Indrayana | 1 | -3/+5 | |
2023-08-23 | Ails throw the contents of an error response | zengrr | 1 | -0/+2 | |
2023-08-23 | fix Yqcloud's prompter using only the last message | zengrr | 1 | -1/+4 | |
2023-08-23 | "You" unicode decode and fix prompt just is last message | zengrr | 1 | -5/+8 | |
2023-08-23 | Add create_async method | Heiner Lohaus | 1 | -19/+39 | |
2023-08-22 | Improve providers with tests | Heiner Lohaus | 6 | -20/+18 | |
2023-08-22 | fix Equing response error with no stream | zengrr | 1 | -0/+3 | |
2023-08-22 | set encoding and temperature | zengrr | 3 | -5/+10 | |
2023-08-21 | Fix bing provider | Heiner Lohaus | 1 | -261/+203 | |
2023-08-20 | change link | Bagus Indrayana | 1 | -8/+9 | |
2023-08-20 | fix theb but need auth | Bagus Indrayana | 1 | -15/+72 | |
2023-08-20 | update header & response easychat | Bagus Indrayana | 1 | -9/+30 | |
2023-08-18 | Fix bard provider, add async support | Heiner Lohaus | 1 | -69/+67 | |
2023-08-17 | Update Yqcloud.py | MaxKUlish1 | 1 | -0/+1 | |
# specify the correct encoding forcibly | |||||
2023-08-17 | Update Yqcloud.py | MaxKUlish1 | 1 | -1/+0 | |
2023-08-17 | Update Yqcloud.py | MaxKUlish1 | 1 | -0/+1 | |
# specify the correct encoding forcibly | |||||
2023-08-17 | add provider | Bagus Indrayana | 2 | -1/+68 | |
2023-08-17 | refactor V50 and Raycast | Bagus Indrayana | 2 | -85/+123 | |
2023-08-17 | ~ | major refractoring + new providers | v0.0.2.0 | abc | 4 | -1/+162 | |
g4f.Provider.FastGpt & g4f.Provider.Equing gpt-3.5-turbo-0613 | |||||
2023-08-17 | add proxy and remove stream | Bagus Indrayana | 1 | -1/+1 | |
2023-08-17 | add v50 | Bagus Indrayana | 2 | -0/+44 | |
2023-08-17 | ~ | major refractoring | v0.0.2.0 | abc | 2 | -4/+4 | |
2023-08-14 | refactor: refactor provider | MIDORIBIN | 55 | -2095/+2317 | |
2023-08-14 | small fixes & new pypi version | abc | 1 | -0/+110 | |
2023-08-14 | Fix Ails.py | johnd0e | 1 | -1/+1 | |
Fix arguments order | |||||
2023-08-12 | Update EasyChat.py | omidima | 1 | -10/+9 | |
Resolve review comments. | |||||
2023-08-11 | Update EasyChat.py | omidima | 1 | -1/+8 | |
update active servers | |||||
2023-08-09 | Add Raycast Provider | ye4241 | 2 | -0/+51 | |
2023-08-08 | Update EasyChat.py | omidima | 1 | -16/+17 | |
Change model address and add proxy & session for pass cloudflare auth on requests. | |||||
2023-08-05 | Update Ails.py | VastV2 | 1 | -3/+5 | |
after they update the client-v version the page is not working anymore, so I made this to get the version number automatically, this way we don't need to update the version manually. | |||||
2023-08-05 | Update DeepAi.py | omidima | 1 | -26/+52 | |
2023-08-01 | Update __init__.py | kggn | 1 | -1/+1 | |
2023-08-01 | Update __init__.py | kggn | 1 | -0/+1 | |
2023-08-01 | Create opchatgpts.py | kggn | 1 | -0/+42 | |
2023-07-24 | Update Vercel.py | abc | 1 | -109/+8 | |
2023-07-22 | Use the temperature parameter | grandsonneo@gmail.com | 6 | -13/+13 | |
2023-07-21 | Fix the import errors | nonk123 | 1 | -0/+0 | |
2023-07-19 | Update Provider.DfeHub to consider rate-limit | najam-tariq | 1 | -1/+9 | |
2023-07-18 | Rename DFEHub.py to DfeHub.py | xtekky | 1 | -1/+1 | |
2023-07-18 | . | abc | 1 | -1/+1 | |
2023-07-16 | minor fixes | abc | 25 | -63/+101 | |
2023-07-16 | minor fixes | abc | 4 | -5/+4 | |
ails, chatgptai ... | |||||
2023-07-12 | refactor/move provider from testing folder | Bagus Indrayana | 5 | -0/+364 | |
2023-07-10 | Add files via upload | AlephZero255 | 1 | -105/+93 | |
Fix empty H2o output | |||||
2023-07-05 | some more providers | najam-tariq | 5 | -1/+169 | |
2023-06-29 | fix subDomain of LockChat | Lê Anh Tuấn | 1 | -2/+2 | |
2023-06-27 | Fix: There is no current event loop in thread. | Ramon Victor Cardoso | 1 | -12/+13 | |
2023-06-24 | gpt4free v2, first releasev2 | t.me/xtekky | 20 | -0/+1442 | |