Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added create bot method in Poe class | Raju Komati | 2023-04-24 | 1 | -5/+24 |
| | |||||
* | updated type hint | Raju Komati | 2023-04-24 | 1 | -1/+2 |
| | |||||
* | updated quora module, added selenium to get cookie | Raju Komati | 2023-04-23 | 1 | -238/+350 |
| | |||||
* | poe.com update (still patched) | t.me/xtekky | 2023-04-22 | 1 | -62/+47 |
| | |||||
* | poe.com recaptcha bypass | t.me/xtekky | 2023-04-20 | 1 | -1/+4 |
| | |||||
* | poe.com api (gpt-4) [added license for api.py] | t.me/xtekky | 2023-04-17 | 1 | -0/+2 |
| | |||||
* | quora (poe) [gpt-4/3.5] api unpatch | t.me/xtekky | 2023-04-16 | 1 | -31/+50 |
| | |||||
* | updated quora(poe) (token creation patched atm) | t.me/xtekky | 2023-04-15 | 1 | -15/+33 |
| | |||||
* | quora (poe) [gpt-4/3.5] create bot feature fix | t.me/xtekky | 2023-04-13 | 1 | -5/+6 |
| | | | fixed custom model not working | ||||
* | quora (poe) [gpt-4/3.5] create bot feature | t.me/xtekky | 2023-04-11 | 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' } | ||||
* | rename poe api ( gpt 4 ) to quora | t.me/xtekky | 2023-04-10 | 1 | -0/+213 |
due to having same name as poe-api, I changed the name for it to be used with the other package |