summaryrefslogtreecommitdiffstats
path: root/requirements.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-15Add Pyinstaller support, Use curl_cffi in You providerHeiner Lohaus1-1/+0
2024-03-12Remove all not working provider (#1679)H Lohaus1-0/+1
Fix many providers Add selenium-wire to requierments
2024-03-11~abc1-1/+2
2024-03-06Fiy unittests with duckduckgo-search 5.0Heiner Lohaus1-2/+2
2024-02-23Add GeminiPro API providerHeiner Lohaus1-1/+1
Set min version for undetected-chromedriver Add api_key to the new client
2024-02-22Move some modules, create providers dirHeiner Lohaus1-2/+2
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-01-29Add aiohttp_socks to requirementsHeiner Lohaus1-1/+2
Fix preview for uploaded and generated images in gui Improve typing, readme
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-2/+0
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-14Fix unittests (#1472)H Lohaus1-1/+2
* Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop
2024-01-13Support upload image in guiHeiner Lohaus1-4/+0
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
2024-01-13Cleanup unused dependenciesAkash Mondal1-8/+0
* 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-10Add create images to Bing (#1426)H Lohaus1-1/+2
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
2024-01-07Replace bs4 with beautifulsoup4Fabian Affolter1-1/+1
2023-12-17Depend on a stable version of curl_cffiYifei Kong1-2/+2
2023-12-07Add websearch to gui (#1314)H Lohaus1-1/+2
* 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-02Add get_session_from_browser as cloudflare bypassHeiner Lohaus1-2/+1
2023-12-01Added new provider PI (Hacky way to use) (#1291)madonchik1231-0/+1
* 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-11-20Set min version for curl_cffiH Lohaus1-3/+3
2023-11-20~ | add async requirementsabc1-1/+3
2023-11-20~abc1-2/+2
2023-11-19~ | g4f v-0.1.8.6abc1-1/+0
2023-11-19~ | add seleniumTekky1-1/+2
2023-11-19Add Response Handler to OpenaiChatHeiner Lohaus1-2/+4
Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi
2023-11-12Add auto_continue to OpenaiChatHeiner Lohaus1-1/+1
Update readme provider tables
2023-11-11Add py_arkose_generator in OpenaiChatHeiner Lohaus1-1/+2
2023-11-07fix: no module named 'flask' (#1216)hs_junxiang1-0/+1
2023-11-02Update requirements.txtThatLukinhasGuy1-0/+1
2023-11-02Update requirements.txtThatLukinhasGuy1-2/+1
2023-10-31Install flask async extraArran Hobson Sayers1-1/+1
2023-10-28Update backend.py, index.html, requirements.txt (#1180)hdsz251-1/+2
* 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-23~ | g4f `v-0.1.7.5`abc1-1/+3
2023-10-22Update requirements.txt for Bing updateLuneye1-1/+2
2023-10-21 ~ | g4f `v-0.1.7.2`0.1.7.2abc1-1/+2
fix tiktok not found error
2023-10-20~ | g4f v-0.1.7.0abc1-1/+2
quick fix
2023-10-20~ | updated g4f.apiabc1-1/+4
new api and requirements
2023-10-12~abc1-3/+1
2023-10-12Unify g4f tools into one CLIArran Hobson Sayers1-1/+3
2023-10-10make internet searching betterCommenter1233211-2/+1
2023-10-06~ | new requirements for gui & interferenceabc1-1/+3
2023-09-26~abc1-1/+1
2023-09-26chore: move ML related deps to interference dirJunyan Qin1-3/+0
2023-09-24forgot some more modulesr1di1-0/+2
2023-09-24#935 [Docker] ModuleNotFoundError: No module named 'transformers' and PyExecJSr1di1-1/+3
fixing missing modules
2023-09-23~ | remove quickjsabc1-1/+0
2023-09-17~abc1-1/+1
2023-09-11Fix: `TypedDict` from `typing` error #886hs_junxiang1-0/+1
Ref: https://github.com/python/typeshed/issues/3500
2023-09-05Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat ProviderHeiner Lohaus1-1/+0
2023-09-01Update requirements.txtArran Hobson Sayers1-1/+0
2023-08-31~abc1-1/+1
2023-08-31Add console scriptArran Hobson Sayers1-1/+2
2023-08-29Add httpx requirementJosh XT1-1/+2
2023-08-17 ~abc1-0/+2
2023-08-14refactor: refactor providerMIDORIBIN1-2/+2
2023-08-14~abc1-1/+1
2023-08-10Update requirementscarlos Oliveira1-0/+1
add js2py dependencies
2023-07-21Remove asyncio from requirements.txtnonk1231-1/+0
2023-07-21Fix the import errorsnonk1231-2/+2
2023-07-18minor fixesabc1-1/+1
2023-07-18minor fixesabc1-1/+1
2023-07-17[-] Update requirements.txtYM1-1/+1
Updated to a working module.
2023-07-17pypi package (pip install `g4f`)abc1-23/+6
2023-06-27Update requirements.txtBoBeR1821-1/+4
fix for https://github.com/xtekky/gpt4free/issues/687
2023-06-26fix requirements.txtostix3601-1/+1
2023-06-26revert st-chat to head.zip in requirements.txtostix3601-1/+1
2023-06-26Add pyproject.toml to build the projectostix3601-1/+1
2023-06-24Update requirements.txtAlexander1-1/+3
2023-05-29fix: requirements.txt to reduce vulnerabilitiessnyk-bot1-1/+3
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5537286
2023-05-28Update requirements.txtxtekky1-1/+1
2023-05-28Create requirements.txtxtekky1-0/+19
2023-05-27Create requirements.txtggindinson1-0/+37
2023-05-25regenerate poetry lock and remove duplicate dependency filelocalAGI1-19/+0
2023-05-23Update requirements.txt [added random-password-generator]Ulan Aitbay1-0/+1
Added: random-password-generator `random-password-generator` was used `in gpt4free/usesless/__init__.py`, but it's not written in requirements.txt
2023-05-22requirements: add random password generatorezerinz1-0/+1
2023-05-07Support for new authentication methodsMIDORIBIN1-3/+3
2023-05-05added retry for youRaju Komati1-0/+1
2023-05-05Update requirementsAlter Ego1-0/+2
2023-05-02add Levenshtein in requirements.txt for gui/streamlit_chat_app.pywuyuesong1-0/+1
2023-04-30added a site and some refratoringt.me/xtekky1-1/+1
2023-04-29forefront: update account creation logicAkash Mondal1-0/+1
* update account creation and verification as per latest forefont API * use official Mail TM library pymailtm, instead of maintaining custom API code
2023-04-28First implementation of streamlit chat app in gui foldernoptuno1-0/+1
2023-04-27added pyproject.toml fileRaju Komati1-1/+1
2023-04-27added main module for accessing all servicesRaju Komati1-1/+2
2023-04-27Add twocaptcha to requirementsAymane Hrouch1-1/+2
2023-04-24Added GUIRupesh Sreeraman1-1/+2
2023-04-23updated quora module, added selenium to get cookieRaju Komati1-1/+3
2023-04-20add curl_cffit.me/xtekky1-1/+2
2023-04-20added modulest.me/xtekky1-1/+4
2023-04-11quora (poe) [gpt-4/3.5] create bot featuret.me/xtekky1-1/+1
added create bot feature quora.Model.create new model names: { 'sage' : 'capybara', 'gpt-4' : 'beaver', 'claude-v1.2' : 'a2_2', 'claude-instant-v1.0' : 'a2', 'gpt-3.5-turbo' : 'chinchilla' }
2023-03-30Create requirements.txtQuartzWarrior1-0/+3
Add the requirements needed to run this