Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove asyncio from requirements.txt | nonk123 | 2023-07-21 | 1 | -1/+0 |
| | |||||
* | Fix the import errors | nonk123 | 2023-07-21 | 1 | -2/+2 |
| | |||||
* | minor fixes | abc | 2023-07-18 | 1 | -1/+1 |
| | |||||
* | [-] Update requirements.txt | YM | 2023-07-17 | 1 | -1/+1 |
| | | | Updated to a working module. | ||||
* | pypi package (pip install `g4f`) | abc | 2023-07-17 | 1 | -23/+6 |
| | |||||
* | Update requirements.txt | BoBeR182 | 2023-06-27 | 1 | -1/+4 |
| | | | fix for https://github.com/xtekky/gpt4free/issues/687 | ||||
* | fix requirements.txt | ostix360 | 2023-06-26 | 1 | -1/+1 |
| | |||||
* | revert st-chat to head.zip in requirements.txt | ostix360 | 2023-06-26 | 1 | -1/+1 |
| | |||||
* | Add pyproject.toml to build the project | ostix360 | 2023-06-26 | 1 | -1/+1 |
| | |||||
* | Update requirements.txt | Alexander | 2023-06-24 | 1 | -1/+3 |
| | |||||
* | fix: requirements.txt to reduce vulnerabilities | snyk-bot | 2023-05-29 | 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 | ||||
* | Merge branch 'main' into main | xtekky | 2023-05-28 | 1 | -19/+1 |
|\ | |||||
| * | Update requirements.txt | xtekky | 2023-05-28 | 1 | -1/+1 |
| | | |||||
| * | Create requirements.txt | xtekky | 2023-05-28 | 1 | -0/+19 |
| | | |||||
* | | Create requirements.txt | ggindinson | 2023-05-27 | 1 | -0/+37 |
|/ | |||||
* | regenerate poetry lock and remove duplicate dependency file | localAGI | 2023-05-25 | 1 | -19/+0 |
| | |||||
* | requirements: add random password generator | ezerinz | 2023-05-22 | 1 | -0/+1 |
| | |||||
* | Support for new authentication methods | MIDORIBIN | 2023-05-07 | 1 | -3/+3 |
| | |||||
* | added retry for you | Raju Komati | 2023-05-05 | 1 | -0/+1 |
| | |||||
* | Update requirements | Alter Ego | 2023-05-05 | 1 | -0/+2 |
| | |||||
* | add Levenshtein in requirements.txt for gui/streamlit_chat_app.py | wuyuesong | 2023-05-02 | 1 | -0/+1 |
| | |||||
* | forefront: update account creation logic | Akash Mondal | 2023-04-29 | 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 | ||||
* | Resolved merge conflicts and merged pr_218 into STREAMLIT_CHAT_IMPLEMENTATION | noptuno | 2023-04-28 | 1 | -0/+1 |
|\ | |||||
| * | added pyproject.toml file | Raju Komati | 2023-04-27 | 1 | -1/+1 |
| | | |||||
| * | added main module for accessing all services | Raju Komati | 2023-04-27 | 1 | -1/+2 |
| | | |||||
* | | First implementation of streamlit chat app in gui folder | noptuno | 2023-04-28 | 1 | -0/+1 |
|/ | |||||
* | Add twocaptcha to requirements | Aymane Hrouch | 2023-04-27 | 1 | -1/+2 |
| | |||||
* | Merge branch 'main' into fix/poe_account_creation | Raju Komati | 2023-04-24 | 1 | -0/+1 |
|\ | |||||
| * | Added GUI | Rupesh Sreeraman | 2023-04-24 | 1 | -1/+2 |
| | | |||||
* | | updated quora module, added selenium to get cookie | Raju Komati | 2023-04-23 | 1 | -1/+3 |
|/ | |||||
* | add curl_cffi | t.me/xtekky | 2023-04-20 | 1 | -1/+2 |
| | |||||
* | added modules | t.me/xtekky | 2023-04-20 | 1 | -1/+4 |
| | |||||
* | quora (poe) [gpt-4/3.5] create bot feature | t.me/xtekky | 2023-04-11 | 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' } | ||||
* | Create requirements.txt | QuartzWarrior | 2023-03-30 | 1 | -0/+3 |
Add the requirements needed to run this |