Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-29 | added gpt4free package | Raju Komati | 1 | -495/+0 | |
2023-04-27 | added main module for accessing all services | Raju Komati | 1 | -495/+0 | |
2023-04-27 | Reformat code using PyCharm | Aymane Hrouch | 1 | -28/+28 | |
2023-04-27 | removed unused variables | Raju Komati | 1 | -3/+0 | |
2023-04-27 | refactored the code and updated Poe class to accept keyword arguments to specify driver type | Raju Komati | 1 | -222/+233 | |
2023-04-25 | fix for account creation | t.me/xtekky | 1 | -4/+8 | |
2023-04-24 | added validation for model parameter | Raju Komati | 1 | -2/+11 | |
2023-04-24 | updated the bot names in poe | Raju Komati | 1 | -10/+17 | |
2023-04-24 | added create bot method in Poe class | Raju Komati | 1 | -5/+24 | |
2023-04-24 | updated type hint | Raju Komati | 1 | -1/+2 | |
2023-04-23 | updated quora module, added selenium to get cookie | Raju Komati | 1 | -238/+350 | |
2023-04-22 | poe.com update (still patched) | t.me/xtekky | 1 | -62/+47 | |
2023-04-20 | poe.com recaptcha bypass | t.me/xtekky | 1 | -1/+4 | |
2023-04-17 | poe.com api (gpt-4) [added license for api.py] | t.me/xtekky | 1 | -0/+2 | |
2023-04-16 | quora (poe) [gpt-4/3.5] api unpatch | t.me/xtekky | 1 | -31/+50 | |
2023-04-15 | updated quora(poe) (token creation patched atm) | t.me/xtekky | 1 | -15/+33 | |
2023-04-13 | quora (poe) [gpt-4/3.5] create bot feature fix | t.me/xtekky | 1 | -5/+6 | |
fixed custom model not working | |||||
2023-04-11 | quora (poe) [gpt-4/3.5] create bot feature | t.me/xtekky | 1 | -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-10 | rename poe api ( gpt 4 ) to quora | t.me/xtekky | 1 | -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-06 | updated poe api (gpt4) | t.me/xtekky | 1 | -3/+2 | |
fixed tls_client issue by switching to request Session, and update the poe api | |||||
2023-03-29 | poe api gpt-4 | t.me/xtekky | 1 | -0/+214 | |