summaryrefslogtreecommitdiffstats
path: root/quora/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added validation for model parameterRaju Komati2023-04-241-2/+11
|
* updated the bot names in poeRaju Komati2023-04-241-10/+17
|
* added create bot method in Poe classRaju Komati2023-04-241-5/+24
|
* updated type hintRaju Komati2023-04-241-1/+2
|
* updated quora module, added selenium to get cookieRaju Komati2023-04-231-238/+350
|
* poe.com update (still patched)t.me/xtekky2023-04-221-62/+47
|
* poe.com recaptcha bypasst.me/xtekky2023-04-201-1/+4
|
* poe.com api (gpt-4) [added license for api.py]t.me/xtekky2023-04-171-0/+2
|
* quora (poe) [gpt-4/3.5] api unpatcht.me/xtekky2023-04-161-31/+50
|
* updated quora(poe) (token creation patched atm)t.me/xtekky2023-04-151-15/+33
|
* quora (poe) [gpt-4/3.5] create bot feature fixt.me/xtekky2023-04-131-5/+6
| | | fixed custom model not working
* quora (poe) [gpt-4/3.5] create bot featuret.me/xtekky2023-04-111-12/+106
| | | | | | | | | | | | | | | | 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' }
* rename poe api ( gpt 4 ) to quorat.me/xtekky2023-04-101-0/+213
due to having same name as poe-api, I changed the name for it to be used with the other package