1
0
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
Raju Komati 90e7797a4c
refactored the code and updated Poe class to accept keyword arguments to specify driver type 2023-04-27 04:10:02 +05:30
t.me/xtekky a2ed9c690d
fix for account creation 2023-04-25 11:25:18 +01:00
Raju Komati 2c720f83a8
added validation for model parameter 2023-04-24 14:34:14 +05:30
Raju Komati 2200e777c1
updated the bot names in poe 2023-04-24 13:52:43 +05:30
Raju Komati 95fa113a60
added create bot method in Poe class 2023-04-24 13:27:25 +05:30
Raju Komati d97cbceb0d
updated type hint 2023-04-24 12:03:27 +05:30
Raju Komati a37920b27b
updated quora module, added selenium to get cookie 2023-04-24 03:08:47 +05:30
t.me/xtekky 2b30701b2e poe.com update (still patched) 2023-04-22 10:57:45 +01:00
t.me/xtekky b88dbfe4d3 poe.com recaptcha bypass 2023-04-20 09:49:30 +01:00
t.me/xtekky cad2b5a9da poe.com api (gpt-4) [added license for api.py] 2023-04-17 00:07:26 +01:00
t.me/xtekky c38e367ec6 quora (poe) [gpt-4/3.5] api unpatch 2023-04-16 17:10:37 +01:00
t.me/xtekky 8c0f5e9634 updated quora(poe) (token creation patched atm) 2023-04-15 15:42:07 +01:00
t.me/xtekky d0f58147bb
quora (poe) [gpt-4/3.5] create bot feature fix
fixed custom model not working
2023-04-13 16:08:04 +01:00
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'
}
2023-04-11 17:44:29 +01:00
t.me/xtekky 3be905b742 rename poe api ( gpt 4 ) to quora
due to having same name as poe-api, I changed the name for it to be used with the other package
2023-04-10 01:09:29 +02:00
Renamed from poe/__init__.py (Browse further)