Commit Graph

64 Commits (4c2119e8aeaa26a192fdb119c6b7ba60b8d89dfe)

Author SHA1 Message Date
wuyuesong cb17cc7fe4 add Levenshtein in requirements.txt for gui/streamlit_chat_app.py 1 year ago
Akash Mondal afae71255f forefront: update account creation logic
* update account creation and verification as per latest forefont API

* use official Mail TM library pymailtm, instead of maintaining custom API code
1 year ago
noptuno 6f6a739872 Resolved merge conflicts and merged pr_218 into STREAMLIT_CHAT_IMPLEMENTATION 1 year ago
noptuno 952f7dbee9 First implementation of streamlit chat app in gui folder 1 year ago
Raju Komati 479b8d6d10
added pyproject.toml file 1 year ago
Raju Komati 920fe19608
added main module for accessing all services 1 year ago
Aymane Hrouch d9e6cbc1df Add twocaptcha to requirements 1 year ago
Raju Komati 98afd5b985
Merge branch 'main' into fix/poe_account_creation 1 year ago
Rupesh Sreeraman da890d8599 Added GUI 1 year ago
Raju Komati a37920b27b
updated quora module, added selenium to get cookie 1 year ago
t.me/xtekky b31d053191 add curl_cffi 1 year ago
t.me/xtekky aa387bd4af added modules 1 year ago
t.me/xtekky 081dfff8b4 quora (poe) [gpt-4/3.5] create bot feature
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'
}
1 year ago
QuartzWarrior e7f2e807e4
Create requirements.txt
Add the requirements needed to run this
1 year ago