Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-10-12 | ~ | abc | 1 | -3/+1 | |
2023-10-12 | Unify g4f tools into one CLI | Arran Hobson Sayers | 1 | -1/+3 | |
2023-10-10 | make internet searching better | Commenter123321 | 1 | -2/+1 | |
2023-10-06 | ~ | new requirements for gui & interference | abc | 1 | -1/+3 | |
2023-09-26 | ~ | abc | 1 | -1/+1 | |
2023-09-26 | chore: move ML related deps to interference dir | Junyan Qin | 1 | -3/+0 | |
2023-09-24 | forgot some more modules | r1di | 1 | -0/+2 | |
2023-09-24 | #935 [Docker] ModuleNotFoundError: No module named 'transformers' and PyExecJS | r1di | 1 | -1/+3 | |
fixing missing modules | |||||
2023-09-23 | ~ | remove quickjs | abc | 1 | -1/+0 | |
2023-09-17 | ~ | abc | 1 | -1/+1 | |
2023-09-11 | Fix: `TypedDict` from `typing` error #886 | hs_junxiang | 1 | -0/+1 | |
Ref: https://github.com/python/typeshed/issues/3500 | |||||
2023-09-05 | Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat Provider | Heiner Lohaus | 1 | -1/+0 | |
2023-09-01 | Update requirements.txt | Arran Hobson Sayers | 1 | -1/+0 | |
2023-08-31 | ~ | abc | 1 | -1/+1 | |
2023-08-31 | Add console script | Arran Hobson Sayers | 1 | -1/+2 | |
2023-08-29 | Add httpx requirement | Josh XT | 1 | -1/+2 | |
2023-08-17 | ~ | abc | 1 | -0/+2 | |
2023-08-14 | refactor: refactor provider | MIDORIBIN | 1 | -2/+2 | |
2023-08-14 | ~ | abc | 1 | -1/+1 | |
2023-08-10 | Update requirements | carlos Oliveira | 1 | -0/+1 | |
add js2py dependencies | |||||
2023-07-21 | Remove asyncio from requirements.txt | nonk123 | 1 | -1/+0 | |
2023-07-21 | Fix the import errors | nonk123 | 1 | -2/+2 | |
2023-07-18 | minor fixes | abc | 1 | -1/+1 | |
2023-07-18 | minor fixes | abc | 1 | -1/+1 | |
2023-07-17 | [-] Update requirements.txt | YM | 1 | -1/+1 | |
Updated to a working module. | |||||
2023-07-17 | pypi package (pip install `g4f`) | abc | 1 | -23/+6 | |
2023-06-27 | Update requirements.txt | BoBeR182 | 1 | -1/+4 | |
fix for https://github.com/xtekky/gpt4free/issues/687 | |||||
2023-06-26 | fix requirements.txt | ostix360 | 1 | -1/+1 | |
2023-06-26 | revert st-chat to head.zip in requirements.txt | ostix360 | 1 | -1/+1 | |
2023-06-26 | Add pyproject.toml to build the project | ostix360 | 1 | -1/+1 | |
2023-06-24 | Update requirements.txt | Alexander | 1 | -1/+3 | |
2023-05-29 | fix: requirements.txt to reduce vulnerabilities | snyk-bot | 1 | -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-28 | Update requirements.txt | xtekky | 1 | -1/+1 | |
2023-05-28 | Create requirements.txt | xtekky | 1 | -0/+19 | |
2023-05-27 | Create requirements.txt | ggindinson | 1 | -0/+37 | |
2023-05-25 | regenerate poetry lock and remove duplicate dependency file | localAGI | 1 | -19/+0 | |
2023-05-23 | Update requirements.txt [added random-password-generator] | Ulan Aitbay | 1 | -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-22 | requirements: add random password generator | ezerinz | 1 | -0/+1 | |
2023-05-07 | Support for new authentication methods | MIDORIBIN | 1 | -3/+3 | |
2023-05-05 | added retry for you | Raju Komati | 1 | -0/+1 | |
2023-05-05 | Update requirements | Alter Ego | 1 | -0/+2 | |
2023-05-02 | add Levenshtein in requirements.txt for gui/streamlit_chat_app.py | wuyuesong | 1 | -0/+1 | |
2023-04-30 | added a site and some refratoring | t.me/xtekky | 1 | -1/+1 | |
2023-04-29 | forefront: update account creation logic | Akash Mondal | 1 | -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-28 | First implementation of streamlit chat app in gui folder | noptuno | 1 | -0/+1 | |
2023-04-27 | added pyproject.toml file | Raju Komati | 1 | -1/+1 | |
2023-04-27 | added main module for accessing all services | Raju Komati | 1 | -1/+2 | |
2023-04-27 | Add twocaptcha to requirements | Aymane Hrouch | 1 | -1/+2 | |
2023-04-24 | Added GUI | Rupesh Sreeraman | 1 | -1/+2 | |
2023-04-23 | updated quora module, added selenium to get cookie | Raju Komati | 1 | -1/+3 | |
2023-04-20 | add curl_cffi | t.me/xtekky | 1 | -1/+2 | |
2023-04-20 | added modules | t.me/xtekky | 1 | -1/+4 | |
2023-04-11 | quora (poe) [gpt-4/3.5] create bot feature | t.me/xtekky | 1 | -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-30 | Create requirements.txt | QuartzWarrior | 1 | -0/+3 | |
Add the requirements needed to run this |