Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve download of generated images, serve images in the api (#2391)0.3.5.4 | H Lohaus | 28 hours | 1 | -4/+31 |
| | | | | | | | | | | * Improve download of generated images, serve images in the api Add support for conversation handling in the api * Add orginal prompt to image response * Add download images option in gui, fix loading model list in Airforce * Add download images option in gui, fix loading model list in Airforce | ||||
* | Update unittests | Heiner Lohaus | 3 days | 4 | -29/+19 |
| | |||||
* | Update copilot.py | H Lohaus | 4 days | 1 | -1/+1 |
| | |||||
* | Update (etc/unittest/backend.py) | kqlio67 | 4 days | 1 | -1/+1 |
| | |||||
* | Fix api streaming, fix AsyncClient (#2357)0.3.4.0 | H Lohaus | 5 days | 6 | -45/+91 |
| | | | | | | | | | | * Fix api streaming, fix AsyncClient, Improve Client class, Some providers fixes, Update models list, Fix some tests, Update model list in Airforce provid er, Add OpenAi image generation url to api, Fix reload and debug in api arguments, Fix websearch in gui * Fix Cloadflare and Pi and AmigoChat provider * Fix conversation support in DDG provider, Add cloudflare bypass with nodriver * Fix unittests without curl_cffi | ||||
* | Update asyncio.py | H Lohaus | 5 days | 1 | -2/+2 |
| | |||||
* | update etc/tool/copilot.py | kqlio67 | 2024-10-20 | 1 | -161/+67 |
| | |||||
* | update etc/tool/copilot.py | kqlio67 | 2024-10-20 | 1 | -1/+1 |
| | |||||
* | update etc/tool/copilot.py | kqlio67 | 2024-10-20 | 1 | -66/+160 |
| | |||||
* | refactor(etc/tool/create_provider.py): enhance provider template and functionality | kqlio67 | 2024-10-19 | 1 | -13/+36 |
| | |||||
* | refactor(etc/unittest): update async client test structure | kqlio67 | 2024-10-15 | 3 | -76/+22 |
| | |||||
* | Refactor async tests for chat completions (etc/unittest/async_client.py) | kqlio67 | 2024-09-26 | 1 | -3/+3 |
| | |||||
* | refactor(provider): use default model for code improvement prompt | kqlio67 | 2024-09-06 | 1 | -2/+2 |
| | |||||
* | refactor(provider): use default model in code generation | kqlio67 | 2024-09-06 | 1 | -1/+1 |
| | |||||
* | refactor(test): simplify model test cases to core options | kqlio67 | 2024-09-06 | 1 | -2/+2 |
| | |||||
* | refactor(test): simplify model test cases to core options | kqlio67 | 2024-09-06 | 1 | -12/+2 |
| | |||||
* | feat(providers): include unfinished providers in tests | kqlio67 | 2024-09-06 | 1 | -2/+1 |
| | |||||
* | . | abc | 2024-06-11 | 1 | -8/+1 |
| | |||||
* | remove ecosia | abc | 2024-05-31 | 1 | -18/+0 |
| | |||||
* | Improve async client readme, Fix print styling, Add image api example | Heiner Lohaus | 2024-05-20 | 1 | -0/+9 |
| | |||||
* | Improve Liabots provider, Add image api support | Heiner Lohaus | 2024-05-18 | 1 | -1/+1 |
| | |||||
* | add reka core model (vision) | abc | 2024-04-25 | 1 | -0/+27 |
| | |||||
* | Add gemini-1.5-pro-latest model | Heiner Lohaus | 2024-04-22 | 1 | -0/+2 |
| | |||||
* | Add vision models to readme | Heiner Lohaus | 2024-04-22 | 1 | -6/+8 |
| | |||||
* | Add image model list | Heiner Lohaus | 2024-04-21 | 1 | -3/+24 |
| | |||||
* | Fix Bing Provider, Add Account Support for Meta AI | Heiner Lohaus | 2024-04-21 | 1 | -1/+1 |
| | | | | Use default headers in OpenaiChat | ||||
* | Disable Bing integration test | Heiner Lohaus | 2024-04-20 | 1 | -0/+1 |
| | |||||
* | Add workers and use_colors options to api | Heiner Lohaus | 2024-04-20 | 3 | -0/+60 |
| | |||||
* | Update integration.py | H Lohaus | 2024-04-19 | 1 | -0/+1 |
| | |||||
* | Update integration.py0.2.9.7 | H Lohaus | 2024-04-12 | 1 | -1/+0 |
| | |||||
* | Add unittests for async client (#1830)0.2.9.5 | H Lohaus | 2024-04-12 | 3 | -1/+66 |
| | | | | | | | * Add unittests for async client * Add pollyfill for anext * Update integration tests | ||||
* | Add Installation Guide for Windows | Heiner Lohaus | 2024-04-06 | 2 | -2/+8 |
| | | | | Improve Contributors list in Readme | ||||
* | Fix unittests | Heiner Lohaus | 2024-04-06 | 2 | -2/+11 |
| | |||||
* | Add Groq and Openai interfaces, Add integration tests | Heiner Lohaus | 2024-04-06 | 2 | -0/+26 |
| | |||||
* | Fix unit test with missing requirements | Heiner Lohaus | 2024-03-12 | 1 | -2/+5 |
| | |||||
* | Change uses of whitelist to allowlist in translate_readme.py. | JSon | 2024-02-26 | 1 | -7/+7 |
| | | | | | Change uses of blacklist to blocklist in translate_readme.py. Change uses of blacklisted to blocklisted in translate_readme.py. | ||||
* | Improve readme, add smartphone guide | Heiner Lohaus | 2024-02-23 | 1 | -3/+5 |
| | |||||
* | Fix unittests, use Union typing | Heiner Lohaus | 2024-02-23 | 1 | -3/+5 |
| | |||||
* | Update client docs, Enable some tests | Heiner Lohaus | 2024-02-22 | 1 | -15/+17 |
| | |||||
* | Move some modules, create providers dir | Heiner Lohaus | 2024-02-22 | 6 | -14/+26 |
| | | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | ||||
* | Add unitests for the client | Heiner Lohaus | 2024-02-14 | 3 | -7/+76 |
| | | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop | ||||
* | Update provider and model list (#1568) | H Lohaus | 2024-02-09 | 2 | -42/+29 |
| | | | | Move bing.create_images and cookies helper Disable some providers | ||||
* | Improve readme / unittests | Heiner Lohaus | 2024-01-29 | 2 | -16/+27 |
| | |||||
* | Fix: ChromeDriver only supports characters in the BMP | Heiner Lohaus | 2024-01-26 | 1 | -3/+2 |
| | | | | Add set_cookies helper, Show last used model | ||||
* | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 2024-01-26 | 2 | -2/+18 |
| | | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | ||||
* | Add aiohttp_socks support | Heiner Lohaus | 2024-01-23 | 1 | -2/+4 |
| | |||||
* | Fix: Model sometimes not converted #1507 | Heiner Lohaus | 2024-01-23 | 4 | -6/+40 |
| | |||||
* | Check for comments in copilot | Heiner Lohaus | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | Fix create copilot comment | Heiner Lohaus | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | Fix error in copilot | Heiner Lohaus | 2024-01-21 | 1 | -2/+2 |
| | |||||
* | Fix error in copilot | Heiner Lohaus | 2024-01-21 | 1 | -1/+1 |
| | |||||
* | Check for existing comments | Heiner Lohaus | 2024-01-21 | 1 | -7/+8 |
| | |||||
* | Cast pr number | Heiner Lohaus | 2024-01-21 | 1 | -1/+1 |
| | |||||
* | No PR number found | Heiner Lohaus | 2024-01-21 | 1 | -0/+5 |
| | |||||
* | First checkout repo | Heiner Lohaus | 2024-01-21 | 1 | -3/+3 |
| | |||||
* | Save pr number | Heiner Lohaus | 2024-01-21 | 1 | -4/+6 |
| | |||||
* | Improve doctypes in copilot | Heiner Lohaus | 2024-01-21 | 1 | -24/+49 |
| | |||||
* | Improve tests | Heiner Lohaus | 2024-01-21 | 6 | -58/+157 |
| | |||||
* | Fix offset_line in copilot | Heiner Lohaus | 2024-01-20 | 1 | -6/+6 |
| | |||||
* | Check access from chromedriver | Heiner Lohaus | 2024-01-20 | 1 | -1/+1 |
| | |||||
* | Improve asserts in unittests | Heiner Lohaus | 2024-01-20 | 1 | -4/+5 |
| | |||||
* | Add copilot github action | Heiner Lohaus | 2024-01-20 | 1 | -0/+215 |
| | |||||
* | Fix unittests (#1472) | H Lohaus | 2024-01-14 | 1 | -0/+1 |
| | | | | | | | | | * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop | ||||
* | Change doctypes style to Google | Heiner Lohaus | 2024-01-14 | 1 | -0/+73 |
| | | | | | | Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests | ||||
* | Support upload image in gui | Heiner Lohaus | 2024-01-13 | 1 | -6/+5 |
| | | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements | ||||
* | Fix permissions for chromedriver | Heiner Lohaus | 2024-01-01 | 1 | -28/+17 |
| | | | | | Fix NoVNC server access Remove java from build | ||||
* | Fix api and None provider | Heiner Lohaus | 2023-12-23 | 1 | -0/+27 |
| | |||||
* | ~ | improve compatibility | abc | 2023-11-20 | 1 | -1/+3 |
| | |||||
* | Add translate readme module | Heiner Lohaus | 2023-11-20 | 1 | -0/+88 |
| | | | | Translate readme to german | ||||
* | Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers | Heiner Lohaus | 2023-11-18 | 1 | -2/+2 |
| | | | | | | Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package | ||||
* | Add Berlin and Koala Provider | Heiner Lohaus | 2023-11-12 | 1 | -0/+2 |
| | |||||
* | Add auto_continue to OpenaiChat | Heiner Lohaus | 2023-11-12 | 2 | -76/+63 |
| | | | | Update readme provider tables | ||||
* | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 2023-10-23 | 6 | -26/+16 |
| | | | Co-authored-by: Sourcery AI <> | ||||
* | ~ | abc | 2023-10-22 | 1 | -1/+1 |
| | |||||
* | Fix ChatgptAi Provider | Heiner Lohaus | 2023-10-22 | 1 | -1/+1 |
| | |||||
* | ~ | abc | 2023-10-16 | 2 | -1/+1 |
| | |||||
* | ~ | new providers test0.1.6.5 | abc | 2023-10-16 | 1 | -97/+30 |
| | |||||
* | ~ | new `test_providers.py` | abc | 2023-10-16 | 2 | -0/+99 |
| | |||||
* | ~ | abc | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | Unify g4f tools into one CLI | Arran Hobson Sayers | 2023-10-12 | 2 | -168/+0 |
| | |||||
* | ~ | Merge pull request #1029 from hlohaus/die | Tekky | 2023-10-10 | 1 | -2/+3 |
|\ | | | | | Some small fixes | ||||
| * | Some small fixes | Heiner Lohaus | 2023-10-10 | 1 | -2/+3 |
| | | |||||
* | | make internet searching better | Commenter123321 | 2023-10-10 | 1 | -0/+6 |
| | | |||||
* | | Merge remote-tracking branch 'origin/main' | Commenter123321 | 2023-10-10 | 1 | -30/+26 |
|\| | | | | | | | | | | | # Conflicts: # g4f/Provider/Aivvm.py # g4f/models.py | ||||
| * | ~ | abc | 2023-10-10 | 1 | -1/+1 |
| | | |||||
| * | Add Proxy Support and Create Provider to Readme | Heiner Lohaus | 2023-10-09 | 1 | -29/+25 |
| | | | | | | | | Add proxy support to many providers | ||||
* | | add cool testing for gpt-3.5 and and gpt-4 | Commenter123321 | 2023-10-09 | 2 | -4/+71 |
|/ | |||||
* | ~ | abc | 2023-10-08 | 1 | -2/+1 |
| | |||||
* | Remove Aivvm from working providers | Heiner Lohaus | 2023-10-07 | 1 | -1/+1 |
| | |||||
* | Improve code with ai | Heiner Lohaus | 2023-10-07 | 1 | -2/+5 |
| | |||||
* | Improve code by AI | Heiner Lohaus | 2023-10-07 | 1 | -0/+44 |
| | |||||
* | Add GptGod Provider | Heiner Lohaus | 2023-10-07 | 1 | -0/+1 |
| | | | | | Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider | ||||
* | Add GPTalk and GptForLove Provider | Heiner Lohaus | 2023-10-07 | 2 | -4/+4 |
| | |||||
* | ~ | moved `./tool`, `./testing` and `./interference` | abc | 2023-10-06 | 1 | -1/+2 |
| | |||||
* | (Directory) ~ | new folder inluding `./tool`, `./testing` and `./interference`` | abc | 2023-10-06 | 1 | -1/+1 |
| | |||||
* | ~ | new folder inluding `./tool`and `./testing` | abc | 2023-10-06 | 12 | -0/+847 |