summaryrefslogtreecommitdiffstats
path: root/quora/__init__.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-29added gpt4free packageRaju Komati1-495/+0
2023-04-27added main module for accessing all servicesRaju Komati1-495/+0
2023-04-27Reformat code using PyCharmAymane Hrouch1-28/+28
2023-04-27removed unused variablesRaju Komati1-3/+0
2023-04-27refactored the code and updated Poe class to accept keyword arguments to specify driver typeRaju Komati1-222/+233
2023-04-25fix for account creationt.me/xtekky1-4/+8
2023-04-24added validation for model parameterRaju Komati1-2/+11
2023-04-24updated the bot names in poeRaju Komati1-10/+17
2023-04-24added create bot method in Poe classRaju Komati1-5/+24
2023-04-24updated type hintRaju Komati1-1/+2
2023-04-23updated quora module, added selenium to get cookieRaju Komati1-238/+350
2023-04-22poe.com update (still patched)t.me/xtekky1-62/+47
2023-04-20poe.com recaptcha bypasst.me/xtekky1-1/+4
2023-04-17 poe.com api (gpt-4) [added license for api.py]t.me/xtekky1-0/+2
2023-04-16quora (poe) [gpt-4/3.5] api unpatcht.me/xtekky1-31/+50
2023-04-15updated quora(poe) (token creation patched atm)t.me/xtekky1-15/+33
2023-04-13 quora (poe) [gpt-4/3.5] create bot feature fixt.me/xtekky1-5/+6
fixed custom model not working
2023-04-11quora (poe) [gpt-4/3.5] create bot featuret.me/xtekky1-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' }
2023-04-10rename poe api ( gpt 4 ) to quorat.me/xtekky1-10/+10
due to having same name as poe-api, I changed the name for it to be used with the other package
2023-04-06updated poe api (gpt4)t.me/xtekky1-3/+2
fixed tls_client issue by switching to request Session, and update the poe api
2023-03-29poe api gpt-4t.me/xtekky1-0/+214