Commit Graph

75 Commits

Author SHA1 Message Date
abc 2b271013fb add reka core model (vision) 2024-04-25 00:06:11 +01:00
Heiner Lohaus 6e064adb09 Add gemini-1.5-pro-latest model 2024-04-22 18:08:04 +02:00
Heiner Lohaus 4bc4d635bc Add vision models to readme 2024-04-22 01:27:48 +02:00
Heiner Lohaus a26421bcd8 Add image model list 2024-04-21 15:15:55 +02:00
Heiner Lohaus db2d6cffd9 Fix Bing Provider, Add Account Support for Meta AI
Use default headers in OpenaiChat
2024-04-21 07:22:59 +02:00
Heiner Lohaus db00480153 Disable Bing integration test 2024-04-20 20:11:09 +02:00
Heiner Lohaus 83484c0a56 Add workers and use_colors options to api 2024-04-20 15:41:49 +02:00
H Lohaus 11cb4f12f3
Update integration.py 2024-04-19 15:16:48 +02:00
H Lohaus 7d0197dc2e
Update integration.py 2024-04-12 21:17:03 +02:00
H Lohaus 0b712c2bde
Add unittests for async client (#1830)
* Add unittests for async client

* Add pollyfill for anext

* Update integration tests
2024-04-12 18:01:54 +02:00
Heiner Lohaus 0de9ca2004 Add Installation Guide for Windows
Improve Contributors list in Readme
2024-04-06 10:47:43 +02:00
Heiner Lohaus a4ca5773bd Fix unittests 2024-04-06 01:18:45 +02:00
Heiner Lohaus d44b39b31c Add Groq and Openai interfaces, Add integration tests 2024-04-06 01:05:00 +02:00
Heiner Lohaus 2a3880ac2f Fix unit test with missing requirements 2024-03-12 02:15:22 +01:00
JSon 5b45478319 Change uses of whitelist to allowlist in translate_readme.py.
Change uses of blacklist to blocklist in translate_readme.py.
Change uses of blacklisted to blocklisted in translate_readme.py.
2024-02-26 15:28:28 +08:00
Heiner Lohaus 7953560303 Improve readme, add smartphone guide 2024-02-23 17:21:10 +01:00
Heiner Lohaus d733930a2b Fix unittests, use Union typing 2024-02-23 02:51:10 +01:00
Heiner Lohaus 1b4a86a857 Update client docs, Enable some tests 2024-02-22 04:35:11 +01:00
Heiner Lohaus e5b7f72b71 Move some modules, create providers dir
Set min version for duckduckgo
Make duckduckgo search async
Remove get_lastet_version
2024-02-22 00:16:58 +01:00
Heiner Lohaus e1a0b3ffa2 Add unitests for the client
Fix: async generator ignored GeneratorExit
Fix: ResourceWarning: unclosed event loop
2024-02-14 09:21:57 +01:00
H Lohaus 5c75972c50
Update provider and model list (#1568)
Move bing.create_images and cookies helper
Disable some providers
2024-02-09 14:24:15 +01:00
Heiner Lohaus 770bdc54fc Improve readme / unittests 2024-01-29 20:13:54 +01:00
Heiner Lohaus 1eb7dc05e5 Fix: ChromeDriver only supports characters in the BMP
Add set_cookies helper, Show last used model
2024-01-26 12:49:52 +01:00
H Lohaus feb83c168b
New minimum requirements (#1515)
* New minimum requirements
* Add ConversationStyleOptionSets to Bing
* Add image.ImageRequest
* Improve python version support
* Improve unittests
2024-01-26 07:54:13 +01:00
Heiner Lohaus 8864b70ee4 Add aiohttp_socks support 2024-01-23 23:48:11 +01:00
Heiner Lohaus e4f743881c Fix: Model sometimes not converted #1507 2024-01-23 12:17:16 +01:00
Heiner Lohaus b6feec9e7d Check for comments in copilot 2024-01-23 05:03:26 +01:00
Heiner Lohaus 55695eda39 Fix create copilot comment 2024-01-23 02:13:36 +01:00
Heiner Lohaus 04a5e33ebe Fix error in copilot 2024-01-21 20:04:43 +01:00
Heiner Lohaus d9386946cf Fix error in copilot 2024-01-21 20:01:53 +01:00
Heiner Lohaus 270bc8a44a Check for existing comments 2024-01-21 19:35:10 +01:00
Heiner Lohaus 04ec265ba0 Cast pr number 2024-01-21 17:41:40 +01:00
Heiner Lohaus f5ab6f8531 No PR number found 2024-01-21 17:38:26 +01:00
Heiner Lohaus 46a8019e1f First checkout repo 2024-01-21 17:31:57 +01:00
Heiner Lohaus f720105953 Save pr number 2024-01-21 17:26:26 +01:00
Heiner Lohaus fd0507a422 Improve doctypes in copilot 2024-01-21 15:07:29 +01:00
Heiner Lohaus 9cbe9c1ccb Improve tests 2024-01-21 02:20:23 +01:00
Heiner Lohaus de993f539c Fix offset_line in copilot 2024-01-20 18:54:32 +01:00
Heiner Lohaus 8787db385e Check access from chromedriver 2024-01-20 18:36:04 +01:00
Heiner Lohaus 782edbdb6a Improve asserts in unittests 2024-01-20 18:16:45 +01:00
Heiner Lohaus 7f4d9ba82b Add copilot github action 2024-01-20 18:16:18 +01:00
H Lohaus 42709f55b2
Fix unittests (#1472)
* Fix unittests

* Fix missing distutils, install setuptools

* Fix version not found

* Remove deprecation in get_event_loop
2024-01-14 16:37:21 +01:00
Heiner Lohaus 32252def15 Change doctypes style to Google
Fix typo in latest_version
Fix Phind Provider
Add unittest worklow and main tests
2024-01-14 15:04:37 +01:00
Heiner Lohaus ea8d6b847a Support upload image in gui
Add image upload to OpenaiChat
Add image response to OpenaiChat
Improve ChatGPT Plus Support
Remove unused requirements
2024-01-13 15:37:36 +01:00
Heiner Lohaus e0aaad8f47 Fix permissions for chromedriver
Fix NoVNC server access
Remove java from build
2024-01-01 23:20:48 +01:00
Heiner Lohaus 3a81f9a2af Fix api and None provider 2023-12-23 20:50:56 +01:00
abc 9140541179 ~ | improve compatibility 2023-11-20 18:40:55 +00:00
Heiner Lohaus ba9d5ed6ba Add translate readme module
Translate readme to german
2023-11-20 14:02:12 +01:00
Heiner Lohaus cadc507fad Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers
Add OnlineGpt and TalkAi Provider
Add get_random_string and get_random_hex helper
Remove funcaptcha package
2023-11-18 04:38:31 +01:00
Heiner Lohaus 2fb932220d Add Berlin and Koala Provider 2023-11-12 18:03:04 +01:00