Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add streaming and conversation support to gemini | Heiner Lohaus | 2024-05-21 | 1 | -0/+1 |
| | |||||
* | Add MetaAI Provider and some small improvments | Heiner Lohaus | 2024-04-20 | 1 | -1/+1 |
| | |||||
* | Add Groq and Openai interfaces, Add integration tests | Heiner Lohaus | 2024-04-06 | 1 | -0/+1 |
| | |||||
* | Move some modules, create providers dir | Heiner Lohaus | 2024-02-22 | 1 | -281/+2 |
| | | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | ||||
* | Add unitests for the client | Heiner Lohaus | 2024-02-14 | 1 | -9/+14 |
| | | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop | ||||
* | Fix: ChromeDriver only supports characters in the BMP | Heiner Lohaus | 2024-01-26 | 1 | -2/+4 |
| | | | | Add set_cookies helper, Show last used model | ||||
* | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 2024-01-26 | 1 | -0/+1 |
| | | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | ||||
* | Add ProviderModelMixin for model selection | Heiner Lohaus | 2024-01-23 | 1 | -2/+21 |
| | |||||
* | Improve tests | Heiner Lohaus | 2024-01-21 | 1 | -18/+23 |
| | |||||
* | Remove usage of get_event_loop helper | Heiner Lohaus | 2024-01-20 | 1 | -9/+21 |
| | |||||
* | Change doctypes style to Google | Heiner Lohaus | 2024-01-14 | 1 | -0/+71 |
| | | | | | | Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests | ||||
* | Refactor code with AI | Heiner Lohaus | 2024-01-14 | 1 | -65/+62 |
| | | | | | | | Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types | ||||
* | Support upload image in gui | Heiner Lohaus | 2024-01-13 | 1 | -4/+3 |
| | | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements | ||||
* | Add support for all models | Heiner Lohaus | 2024-01-01 | 1 | -27/+21 |
| | | | | | | | | | 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 | ||||
* | Patch event loop on win, Check event loop closed | Heiner Lohaus | 2024-01-01 | 1 | -0/+7 |
| | |||||
* | ~ | abc | 2023-11-24 | 1 | -2/+1 |
| | | | | fix DeepInfra | ||||
* | ~ | g4f v-0.1.8.90.1.8.9 | abc | 2023-11-20 | 1 | -6/+10 |
| | |||||
* | Add auto support params method | Heiner Lohaus | 2023-11-20 | 1 | -8/+35 |
| | |||||
* | [suggestion] Adding new parameter to check if provider supports message history | Luneye | 2023-10-24 | 1 | -1/+2 |
| | | | What are your thoughts on introducing a parameter that allows us to promptly verify whether the provider supports message history? I also considered adding a parameter to indicate whether a provider can perform web searches. | ||||
* | Some small fixes | Heiner Lohaus | 2023-10-10 | 1 | -9/+9 |
| | |||||
* | Improve code by AI | Heiner Lohaus | 2023-10-07 | 1 | -9/+11 |
| | |||||
* | Add ChatgptDuo and Aibn Provider | Heiner Lohaus | 2023-09-26 | 1 | -73/+29 |
| | | | | | | Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider | ||||
* | AItianhuSpace Provider with GPT 4 added | Heiner Lohaus | 2023-09-26 | 1 | -2/+29 |
| | | | | Reduced chunksize to better text completion | ||||
* | Improve Vercel Provider: | Heiner Lohaus | 2023-09-23 | 1 | -2/+1 |
| | | | | | | | - Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider | ||||
* | Fix create_event_loop function | Heiner Lohaus | 2023-09-20 | 1 | -10/+11 |
| | | | | Add PerplexityAi Provider | ||||
* | Improve code style in async support | Heiner Lohaus | 2023-09-20 | 1 | -10/+22 |
| | |||||
* | Add "create_event_loop" helper | Heiner Lohaus | 2023-09-20 | 1 | -9/+13 |
| | |||||
* | Add check_running_loop requirement | Heiner Lohaus | 2023-09-20 | 1 | -5/+18 |
| | | | | | Add create_async function in ChatCompletion Use SelectorEventLoop on windows | ||||
* | Improve event loop | Heiner Lohaus | 2023-09-18 | 1 | -41/+40 |
| | |||||
* | Revert "Fix type hint" | Tekky | 2023-09-17 | 1 | -1/+1 |
| | |||||
* | fix typo: provider -> Provider | MIDORIBIN | 2023-09-16 | 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 | -4/+7 |
| | |||||
* | type hints | msi-JunXiang | 2023-09-03 | 1 | -3/+5 |
| | | | | | | | | | | 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 | -13/+23 |
| | | | | | | | | | | | | | 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 | ||||
* | ~ | code styling | abc | 2023-08-27 | 1 | -22/+18 |
| | |||||
* | Add OpenaiChat and Hugchat Provider | Heiner Lohaus | 2023-08-25 | 1 | -2/+83 |
| | | | | | | Add tests for providers with auth Improve async support / 2x faster Shared get_cookies by domain function | ||||
* | ~ | major refractoring + new providers | v0.0.2.0 | abc | 2023-08-17 | 1 | -1/+1 |
| | | | | | | g4f.Provider.FastGpt & g4f.Provider.Equing gpt-3.5-turbo-0613 | ||||
* | refactor: refactor provider | MIDORIBIN | 2023-08-14 | 1 | -0/+33 |