summaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update (etc/unittest/backend.py)kqlio674 days1-1/+1
|
* Fix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus5 days6-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.pyH Lohaus5 days1-2/+2
|
* update etc/tool/copilot.pykqlio672024-10-201-161/+67
|
* update etc/tool/copilot.pykqlio672024-10-201-1/+1
|
* update etc/tool/copilot.pykqlio672024-10-201-66/+160
|
* refactor(etc/tool/create_provider.py): enhance provider template and functionalitykqlio672024-10-191-13/+36
|
* refactor(etc/unittest): update async client test structurekqlio672024-10-153-76/+22
|
* Refactor async tests for chat completions (etc/unittest/async_client.py)kqlio672024-09-261-3/+3
|
* refactor(provider): use default model for code improvement promptkqlio672024-09-061-2/+2
|
* refactor(provider): use default model in code generationkqlio672024-09-061-1/+1
|
* refactor(test): simplify model test cases to core optionskqlio672024-09-061-2/+2
|
* refactor(test): simplify model test cases to core optionskqlio672024-09-061-12/+2
|
* feat(providers): include unfinished providers in testskqlio672024-09-061-2/+1
|
* .abc2024-06-111-8/+1
|
* remove ecosiaabc2024-05-311-18/+0
|
* Improve async client readme, Fix print styling, Add image api exampleHeiner Lohaus2024-05-201-0/+9
|
* Improve Liabots provider, Add image api supportHeiner Lohaus2024-05-181-1/+1
|
* add reka core model (vision)abc2024-04-251-0/+27
|
* Add gemini-1.5-pro-latest modelHeiner Lohaus2024-04-221-0/+2
|
* Add vision models to readmeHeiner Lohaus2024-04-221-6/+8
|
* Add image model listHeiner Lohaus2024-04-211-3/+24
|
* Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus2024-04-211-1/+1
| | | | Use default headers in OpenaiChat
* Disable Bing integration testHeiner Lohaus2024-04-201-0/+1
|
* Add workers and use_colors options to apiHeiner Lohaus2024-04-203-0/+60
|
* Update integration.pyH Lohaus2024-04-191-0/+1
|
* Update integration.py0.2.9.7H Lohaus2024-04-121-1/+0
|
* Add unittests for async client (#1830)0.2.9.5H Lohaus2024-04-123-1/+66
| | | | | | | * Add unittests for async client * Add pollyfill for anext * Update integration tests
* Add Installation Guide for WindowsHeiner Lohaus2024-04-062-2/+8
| | | | Improve Contributors list in Readme
* Fix unittestsHeiner Lohaus2024-04-062-2/+11
|
* Add Groq and Openai interfaces, Add integration testsHeiner Lohaus2024-04-062-0/+26
|
* Fix unit test with missing requirementsHeiner Lohaus2024-03-121-2/+5
|
* Change uses of whitelist to allowlist in translate_readme.py.JSon2024-02-261-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 guideHeiner Lohaus2024-02-231-3/+5
|
* Fix unittests, use Union typingHeiner Lohaus2024-02-231-3/+5
|
* Update client docs, Enable some testsHeiner Lohaus2024-02-221-15/+17
|
* Move some modules, create providers dirHeiner Lohaus2024-02-226-14/+26
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add unitests for the clientHeiner Lohaus2024-02-143-7/+76
| | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
* Update provider and model list (#1568)H Lohaus2024-02-092-42/+29
| | | | Move bing.create_images and cookies helper Disable some providers
* Improve readme / unittestsHeiner Lohaus2024-01-292-16/+27
|
* Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus2024-01-261-3/+2
| | | | Add set_cookies helper, Show last used model
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-262-2/+18
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Add aiohttp_socks supportHeiner Lohaus2024-01-231-2/+4
|
* Fix: Model sometimes not converted #1507Heiner Lohaus2024-01-234-6/+40
|
* Check for comments in copilotHeiner Lohaus2024-01-231-1/+1
|
* Fix create copilot commentHeiner Lohaus2024-01-231-1/+1
|
* Fix error in copilotHeiner Lohaus2024-01-211-2/+2
|
* Fix error in copilotHeiner Lohaus2024-01-211-1/+1
|
* Check for existing commentsHeiner Lohaus2024-01-211-7/+8
|
* Cast pr numberHeiner Lohaus2024-01-211-1/+1
|
* No PR number foundHeiner Lohaus2024-01-211-0/+5
|
* First checkout repoHeiner Lohaus2024-01-211-3/+3
|
* Save pr numberHeiner Lohaus2024-01-211-4/+6
|
* Improve doctypes in copilotHeiner Lohaus2024-01-211-24/+49
|
* Improve testsHeiner Lohaus2024-01-216-58/+157
|
* Fix offset_line in copilotHeiner Lohaus2024-01-201-6/+6
|
* Check access from chromedriverHeiner Lohaus2024-01-201-1/+1
|
* Improve asserts in unittestsHeiner Lohaus2024-01-201-4/+5
|
* Add copilot github actionHeiner Lohaus2024-01-201-0/+215
|
* Fix unittests (#1472)H Lohaus2024-01-141-0/+1
| | | | | | | | | * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop
* Change doctypes style to GoogleHeiner Lohaus2024-01-141-0/+73
| | | | | | Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests
* Support upload image in guiHeiner Lohaus2024-01-131-6/+5
| | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
* Fix permissions for chromedriverHeiner Lohaus2024-01-011-28/+17
| | | | | Fix NoVNC server access Remove java from build
* Fix api and None providerHeiner Lohaus2023-12-231-0/+27
|
* ~ | improve compatibilityabc2023-11-201-1/+3
|
* Add translate readme moduleHeiner Lohaus2023-11-201-0/+88
| | | | Translate readme to german
* Add AiChatOnline, ChatgptDemoAi, ChatgptNext ProvidersHeiner Lohaus2023-11-181-2/+2
| | | | | | Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package
* Add Berlin and Koala ProviderHeiner Lohaus2023-11-121-0/+2
|
* Add auto_continue to OpenaiChatHeiner Lohaus2023-11-122-76/+63
| | | | Update readme provider tables
* 'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow2023-10-236-26/+16
| | | Co-authored-by: Sourcery AI <>
* ~abc2023-10-221-1/+1
|
* Fix ChatgptAi ProviderHeiner Lohaus2023-10-221-1/+1
|
* ~abc2023-10-162-1/+1
|
* ~ | new providers test0.1.6.5abc2023-10-161-97/+30
|
* ~ | new `test_providers.py`abc2023-10-162-0/+99
|
* ~abc2023-10-121-1/+1
|
* Unify g4f tools into one CLIArran Hobson Sayers2023-10-122-168/+0
|
* ~ | Merge pull request #1029 from hlohaus/dieTekky2023-10-101-2/+3
|\ | | | | Some small fixes
| * Some small fixesHeiner Lohaus2023-10-101-2/+3
| |
* | make internet searching betterCommenter1233212023-10-101-0/+6
| |
* | Merge remote-tracking branch 'origin/main'Commenter1233212023-10-101-30/+26
|\| | | | | | | | | | | # Conflicts: # g4f/Provider/Aivvm.py # g4f/models.py
| * ~abc2023-10-101-1/+1
| |
| * Add Proxy Support and Create Provider to ReadmeHeiner Lohaus2023-10-091-29/+25
| | | | | | | | Add proxy support to many providers
* | add cool testing for gpt-3.5 and and gpt-4Commenter1233212023-10-092-4/+71
|/
* ~abc2023-10-081-2/+1
|
* Remove Aivvm from working providersHeiner Lohaus2023-10-071-1/+1
|
* Improve code with aiHeiner Lohaus2023-10-071-2/+5
|
* Improve code by AIHeiner Lohaus2023-10-071-0/+44
|
* Add GptGod ProviderHeiner Lohaus2023-10-071-0/+1
| | | | | Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
* Add GPTalk and GptForLove ProviderHeiner Lohaus2023-10-072-4/+4
|
* ~ | moved `./tool`, `./testing` and `./interference`abc2023-10-061-1/+2
|
* (Directory) ~ | new folder inluding `./tool`, `./testing` and `./interference``abc2023-10-061-1/+1
|
* ~ | new folder inluding `./tool`and `./testing`abc2023-10-0612-0/+847