Commit Graph

93 Commits

Author SHA1 Message Date
H Lohaus 49c4cb24ff
Update requirements.txt 2024-04-07 20:03:23 +02:00
Heiner Lohaus d0da5900c4 Fix attr conversation_id not found 2024-03-27 19:04:00 +01:00
Heiner Lohaus 92358bd896 Update min requirements, Add pycryptodome 2024-03-25 21:19:13 +01:00
Heiner Lohaus a56521b706 Add updated requirements 2024-03-22 13:01:07 +01:00
Heiner Lohaus a892d7b935 Add updated requirements 2024-03-22 12:59:45 +01:00
Heiner Lohaus 8cc6000ffb Add Pyinstaller support, Use curl_cffi in You provider 2024-03-15 11:46:06 +01:00
H Lohaus 6ef282de3a
Remove all not working provider (#1679)
Fix many providers
Add selenium-wire to requierments
2024-03-12 02:06:06 +01:00
abc dd46cfdf65 ~ 2024-03-11 12:57:59 +00:00
Heiner Lohaus ccac427ac1 Fiy unittests with duckduckgo-search 5.0 2024-03-06 17:41:17 +01:00
Heiner Lohaus 51264fe20c Add GeminiPro API provider
Set min version for undetected-chromedriver
Add api_key to the new client
2024-02-23 11:33:38 +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 a28bab9387 Add aiohttp_socks to requirements
Fix preview for uploaded and generated images in gui
Improve typing, readme
2024-01-29 18:14:46 +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
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
H Lohaus d632190f1d
Merge branch 'main' into main 2024-01-13 15:52:52 +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
Akash Mondal c2115309ab Cleanup unused dependencies
* remove packages, that are not a direct dependency to this project, from requirements.txt

* no need to just numpy for simple sqrt operation on numbers

* write code on python than using a js compiler
2024-01-13 18:31:28 +05:30
H Lohaus bee75be8e3
Add create images to Bing (#1426)
Add create images from Bing
Add FreeChatgpt Provider
Fix Bard Provider
2024-01-10 10:34:56 +01:00
Fabian Affolter 0077baea9b
Replace bs4 with beautifulsoup4 2024-01-07 11:38:22 +01:00
Yifei Kong 1ba6b7a9b2
Depend on a stable version of curl_cffi 2023-12-17 14:56:47 +08:00
H Lohaus 484b96d850
Add websearch to gui (#1314)
* Add websearch to gui
* Fix version_check config
* Add version badge in README.md
* Show version in gui
* Add docker hub build
* Fix gui backend, improve style
2023-12-07 07:18:05 +01:00
Heiner Lohaus 2157ccbcdb Add get_session_from_browser as cloudflare bypass 2023-12-02 05:40:07 +01:00
madonchik123 b0276f6c9e
Added new provider PI (Hacky way to use) (#1291)
* Added new provider PI (Hacky way to use)

* Updated models endpoint made it show real info about the model.py

* Added cloudscraper to the requirements

* Fixed some bugs aka made streaming also return role
2023-12-01 23:11:52 +01:00
H Lohaus 60286431ad
Set min version for curl_cffi 2023-11-20 17:28:23 +01:00
abc fd87be8257 ~ | add async requirements 2023-11-19 23:05:55 +00:00
abc e6a7aeab07 ~ 2023-11-19 23:04:12 +00:00
abc 79761c6e42 ~ | g4f v-0.1.8.6 2023-11-19 22:58:45 +00:00
Tekky ff81e31886
~ | add selenium 2023-11-19 22:46:09 +00:00
Heiner Lohaus 9239cadd8b Add Response Handler to OpenaiChat
Update Providers with WebDriver
Add WebDriverSession helper
Use native streaming in curl_cffi
2023-11-19 05:36:04 +01:00
Heiner Lohaus 745ea57c63 Add auto_continue to OpenaiChat
Update readme provider tables
2023-11-12 10:12:05 +01:00
Heiner Lohaus c796ba2253 Add py_arkose_generator in OpenaiChat 2023-11-11 10:14:39 +01:00
hs_junxiang a3c4e63577 fix: no module named 'flask' (#1216) 2023-11-07 10:18:17 +08:00
ThatLukinhasGuy 583d856c39
Update requirements.txt 2023-11-01 22:29:45 -03:00
ThatLukinhasGuy 98241884b1
Update requirements.txt 2023-11-01 22:29:00 -03:00
Arran Hobson Sayers 52a1b33120 Install flask async extra 2023-10-31 19:10:04 +00:00
hdsz25 b8a3db526c
Update backend.py, index.html, requirements.txt (#1180)
* Update backend.py

change to the model that received from user interactive from the web interface model selection.

* Update index.html

added Llama2 as a provider selection and also include the model selection for Llama2: llama2-70b, llama2-13b, llama2-7b

* Update requirements.txt

add asgiref to enable async for Flask in api.
"RuntimeError: Install Flask with the 'async' extra in order to use async views"
2023-10-28 17:58:36 +02:00
abc b1dbf66587 ~ | g4f `v-0.1.7.5` 2023-10-22 23:00:31 +01:00
Luneye a8841088a9
Update requirements.txt for Bing update 2023-10-22 17:16:36 +02:00
abc 2ac711ed89 ~ | g4f `v-0.1.7.2`
fix tiktok not found error
2023-10-21 00:54:00 +01:00
abc 29e2302fb2 ~ | g4f v-0.1.7.0
quick fix
2023-10-20 22:38:01 +01:00
abc 8e7e694d81 ~ | updated g4f.api
new api and requirements
2023-10-20 19:04:13 +01:00
abc aa4824b6a2 ~ 2023-10-12 14:48:26 +01:00
Arran Hobson Sayers 77697be333 Unify g4f tools into one CLI 2023-10-12 02:35:11 +01:00
Commenter123321 d719860e2a make internet searching better 2023-10-10 14:47:41 +02:00
abc 6ad9dab4ce ~ | new requirements for gui & interference 2023-10-06 19:53:03 +01:00
abc 44daa3a549 ~ 2023-09-26 14:18:47 +01:00
Junyan Qin 2599014540 chore: move ML related deps to interference dir 2023-09-26 11:37:11 +00:00
r1di ad1aee266e
forgot some more modules 2023-09-24 15:18:47 +02:00
r1di 45743583a8
#935 [Docker] ModuleNotFoundError: No module named 'transformers' and PyExecJS
fixing missing modules
2023-09-24 15:05:01 +02:00
abc 567e268446 ~ | remove quickjs 2023-09-23 00:43:16 +01:00