summaryrefslogtreecommitdiffstats
path: root/requirements.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
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