Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-07 | Add local models to gui, Fix You Provider, add AsyncClient | Heiner Lohaus | 1 | -3/+25 | |
2024-03-08 | Fix TypeError: 'Api' object is not callable | Ramon Victor Cardoso | 1 | -3/+3 | |
2024-02-29 | Ignore empty auth header in api | Heiner Lohaus | 1 | -1/+3 | |
Add live token count in gui | |||||
2024-02-24 | Add FlowGpt provider, Fix issue with None values in api | Heiner Lohaus | 1 | -3/+2 | |
2024-02-23 | Set default values for generation config | Heiner Lohaus | 1 | -5/+5 | |
Set a list of providers | |||||
2024-02-23 | Add GeminiPro API provider | Heiner Lohaus | 1 | -4/+9 | |
Set min version for undetected-chromedriver Add api_key to the new client | |||||
2024-02-23 | Fix unittests, use Union typing | Heiner Lohaus | 1 | -5/+5 | |
2024-02-23 | Use new client in inter api | Heiner Lohaus | 1 | -136/+63 | |
2024-02-14 | Basic support for the temperature parameter | nullstreak | 1 | -0/+2 | |
2024-01-01 | Add support for all models | Heiner Lohaus | 1 | -19/+31 | |
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 | |||||
2023-12-23 | Fix api and None provider | Heiner Lohaus | 1 | -20/+12 | |
2023-12-14 | Add providers in api | alvarosoares01@gmail.com | 1 | -0/+6 | |
2023-12-01 | Added new provider PI (Hacky way to use) (#1291) | madonchik123 | 1 | -9/+21 | |
* Added new provider PI (Hacky way to use) * Updated models endpoint made it show real info about the model.py * Added cloudscraper to the requirements * Fixed some bugs aka made streaming also return role | |||||
2023-11-19 | ~ | improve compatibility with lower python versions | abc | 1 | -6/+6 | |
remove tiktoken | |||||
2023-11-16 | Fixed tupo in list_ignored_providers parameter. | razrab | 1 | -1/+1 | |
2023-11-14 | Update __init__.py | Kacper Kwapisz | 1 | -1/+1 | |
fixed the line where it checks if stream is requested. I made the change because before it ignored what the user typed because there was a invalid conversion from the boolean to string where the if stream clause would always be true. Simple workaround :) | |||||
2023-11-13 | Added back list_ignored_providers parameter to ChatCompletion.create method in api. | razrab | 1 | -1/+5 | |
2023-11-13 | Refactor item_data update to handle byte keys and convert messages to dict. | razrab | 1 | -2/+11 | |
2023-11-07 | fix: api streaming TypeError: Object of type generator is not JSON serializable | Giancarlo-Ma | 1 | -1/+2 | |
2023-11-04 | Update __init__.py | ThatLukinhasGuy | 1 | -1/+1 | |
2023-11-04 | Update __init__.py | ThatLukinhasGuy | 1 | -1/+1 | |
2023-11-04 | Update __init__.py | ThatLukinhasGuy | 1 | -1/+1 | |
2023-11-04 | Update __init__.py | ThatLukinhasGuy | 1 | -1/+1 | |
2023-11-04 | Update __init__.py | ThatLukinhasGuy | 1 | -1/+1 | |
2023-11-04 | Update __init__.py | ThatLukinhasGuy | 1 | -143/+138 | |
2023-11-04 | Update __init__.py | ThatLukinhasGuy | 1 | -2/+2 | |
2023-11-02 | Update __init__.py | ThatLukinhasGuy | 1 | -1/+1 | |
2023-11-02 | Update __init__.py | ThatLukinhasGuy | 1 | -1/+0 | |
2023-11-02 | Update __init__.py | ThatLukinhasGuy | 1 | -200/+141 | |
2023-10-27 | add api proxy | catmeowjiao | 1 | -3/+19 | |
2023-10-23 | Debug config in api | Heiner Lohaus | 1 | -1/+1 | |
2023-10-23 | Refactor API initialization to accept a list of ignored providers. | razrab | 1 | -3/+11 | |
2023-10-23 | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 1 | -6/+6 | |
Co-authored-by: Sourcery AI <> | |||||
2023-10-20 | ~ | abc | 1 | -1/+1 | |
minor changes | |||||
2023-10-20 | ~ | quick fix | abc | 1 | -1/+1 | |
2023-10-20 | ~ | updated g4f.api | abc | 1 | -151/+195 | |
new api and requirements | |||||
2023-10-12 | ~ | abc | 1 | -63/+63 | |
2023-10-12 | Unify g4f tools into one CLI | Arran Hobson Sayers | 1 | -0/+162 | |