summaryrefslogtreecommitdiffstats
path: root/etc (unfollow)
Commit message (Collapse)AuthorFilesLines
19 hoursImprove download of generated images, serve images in the api (#2391)0.3.5.4H Lohaus1-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
3 daysUpdate unittestsHeiner Lohaus4-29/+19
3 daysUpdate copilot.pyH Lohaus1-1/+1
4 daysUpdate (etc/unittest/backend.py)kqlio671-1/+1
5 daysFix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus6-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
5 daysUpdate asyncio.pyH Lohaus1-2/+2
2024-10-20update etc/tool/copilot.pykqlio671-161/+67
2024-10-20update etc/tool/copilot.pykqlio671-1/+1
2024-10-20update etc/tool/copilot.pykqlio671-66/+160
2024-10-19refactor(etc/tool/create_provider.py): enhance provider template and functionalitykqlio671-13/+36
2024-10-15refactor(etc/unittest): update async client test structurekqlio673-76/+22
2024-09-26Refactor async tests for chat completions (etc/unittest/async_client.py)kqlio671-3/+3
2024-09-06refactor(provider): use default model for code improvement promptkqlio671-2/+2
2024-09-06refactor(provider): use default model in code generationkqlio671-1/+1
2024-09-06refactor(test): simplify model test cases to core optionskqlio671-2/+2
2024-09-06refactor(test): simplify model test cases to core optionskqlio671-12/+2
2024-09-06feat(providers): include unfinished providers in testskqlio671-2/+1
2024-06-11.abc1-8/+1
2024-05-31remove ecosiaabc1-18/+0
2024-05-20Improve async client readme, Fix print styling, Add image api exampleHeiner Lohaus1-0/+9
2024-05-18Improve Liabots provider, Add image api supportHeiner Lohaus1-1/+1
2024-04-25add reka core model (vision)abc1-0/+27
2024-04-22Add gemini-1.5-pro-latest modelHeiner Lohaus1-0/+2
2024-04-22Add vision models to readmeHeiner Lohaus1-6/+8
2024-04-21Add image model listHeiner Lohaus1-3/+24
2024-04-21Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus1-1/+1
Use default headers in OpenaiChat
2024-04-20Disable Bing integration testHeiner Lohaus1-0/+1
2024-04-20Add workers and use_colors options to apiHeiner Lohaus3-0/+60
2024-04-19Update integration.pyH Lohaus1-0/+1
2024-04-12Update integration.py0.2.9.7H Lohaus1-1/+0
2024-04-12Add unittests for async client (#1830)0.2.9.5H Lohaus3-1/+66
* Add unittests for async client * Add pollyfill for anext * Update integration tests
2024-04-06Add Installation Guide for WindowsHeiner Lohaus2-2/+8
Improve Contributors list in Readme
2024-04-06Fix unittestsHeiner Lohaus2-2/+11
2024-04-06Add Groq and Openai interfaces, Add integration testsHeiner Lohaus2-0/+26
2024-03-12Fix unit test with missing requirementsHeiner Lohaus1-2/+5
2024-02-26Change uses of whitelist to allowlist in translate_readme.py.JSon1-7/+7
Change uses of blacklist to blocklist in translate_readme.py. Change uses of blacklisted to blocklisted in translate_readme.py.
2024-02-23Improve readme, add smartphone guideHeiner Lohaus1-3/+5
2024-02-23Fix unittests, use Union typingHeiner Lohaus1-3/+5
2024-02-22Update client docs, Enable some testsHeiner Lohaus1-15/+17
2024-02-22Move some modules, create providers dirHeiner Lohaus6-14/+26
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-02-14Add unitests for the clientHeiner Lohaus3-7/+76
Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
2024-02-09Update provider and model list (#1568)H Lohaus2-42/+29
Move bing.create_images and cookies helper Disable some providers
2024-01-29Improve readme / unittestsHeiner Lohaus2-16/+27
2024-01-26Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus1-3/+2
Add set_cookies helper, Show last used model
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus2-2/+18
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-23Add aiohttp_socks supportHeiner Lohaus1-2/+4
2024-01-23Fix: Model sometimes not converted #1507Heiner Lohaus4-6/+40
2024-01-23Check for comments in copilotHeiner Lohaus1-1/+1
2024-01-23Fix create copilot commentHeiner Lohaus1-1/+1
2024-01-21Fix error in copilotHeiner Lohaus1-2/+2
2024-01-21Fix error in copilotHeiner Lohaus1-1/+1
2024-01-21Check for existing commentsHeiner Lohaus1-7/+8
2024-01-21Cast pr numberHeiner Lohaus1-1/+1
2024-01-21No PR number foundHeiner Lohaus1-0/+5
2024-01-21First checkout repoHeiner Lohaus1-3/+3
2024-01-21Save pr numberHeiner Lohaus1-4/+6
2024-01-21Improve doctypes in copilotHeiner Lohaus1-24/+49
2024-01-21Improve testsHeiner Lohaus6-58/+157
2024-01-20Fix offset_line in copilotHeiner Lohaus1-6/+6
2024-01-20Check access from chromedriverHeiner Lohaus1-1/+1
2024-01-20Improve asserts in unittestsHeiner Lohaus1-4/+5
2024-01-20Add copilot github actionHeiner Lohaus1-0/+215
2024-01-14Fix unittests (#1472)H Lohaus1-0/+1
* Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop
2024-01-14Change doctypes style to GoogleHeiner Lohaus1-0/+73
Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests
2024-01-13Support upload image in guiHeiner Lohaus1-6/+5
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
2024-01-01Fix permissions for chromedriverHeiner Lohaus1-28/+17
Fix NoVNC server access Remove java from build
2023-12-23Fix api and None providerHeiner Lohaus1-0/+27
2023-11-20~ | improve compatibilityabc1-1/+3
2023-11-20Add translate readme moduleHeiner Lohaus1-0/+88
Translate readme to german
2023-11-18Add AiChatOnline, ChatgptDemoAi, ChatgptNext ProvidersHeiner Lohaus1-2/+2
Add OnlineGpt and TalkAi Provider Add get_random_string and get_random_hex helper Remove funcaptcha package
2023-11-12Add Berlin and Koala ProviderHeiner Lohaus1-0/+2
2023-11-12Add auto_continue to OpenaiChatHeiner Lohaus2-76/+63
Update readme provider tables
2023-10-23'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow6-26/+16
Co-authored-by: Sourcery AI <>
2023-10-22~abc1-1/+1
2023-10-22Fix ChatgptAi ProviderHeiner Lohaus1-1/+1
2023-10-16~abc2-1/+1
2023-10-16~ | new providers test0.1.6.5abc1-97/+30
2023-10-16~ | new `test_providers.py`abc2-0/+99
2023-10-12~abc1-1/+1
2023-10-12Unify g4f tools into one CLIArran Hobson Sayers2-168/+0
2023-10-10make internet searching betterCommenter1233211-0/+6
2023-10-10Some small fixesHeiner Lohaus1-2/+3
2023-10-10~abc1-1/+1
2023-10-09add cool testing for gpt-3.5 and and gpt-4Commenter1233212-4/+71
2023-10-09 Add Proxy Support and Create Provider to ReadmeHeiner Lohaus1-29/+25
Add proxy support to many providers
2023-10-08~abc1-2/+1
2023-10-07Remove Aivvm from working providersHeiner Lohaus1-1/+1
2023-10-07Improve code with aiHeiner Lohaus1-2/+5
2023-10-07Improve code by AIHeiner Lohaus1-0/+44
2023-10-07Add GptGod ProviderHeiner Lohaus1-0/+1
Remove timeout from aiohttp providers Disable Opchatgpts and ChatgptLogin provider
2023-10-07Add GPTalk and GptForLove ProviderHeiner Lohaus2-4/+4
2023-10-06~ | moved `./tool`, `./testing` and `./interference`abc1-1/+2
2023-10-06(Directory) ~ | new folder inluding `./tool`, `./testing` and `./interference``abc1-1/+1
2023-10-06~ | new folder inluding `./tool`and `./testing`abc12-0/+847