1
0
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
t.me/xtekky d7ea4f90a8 ora.sh load model ( to use gpt-4 ) 2023-04-16 17:37:07 +01:00
t.me/xtekky 8c0f5e9634 updated quora(poe) (token creation patched atm) 2023-04-15 15:42:07 +01:00
t.me/xtekky 6c64e459b3 phind.com api (gpt-4 + internet) best answers 2023-04-15 15:21:51 +01:00
t.me/xtekky 351fbbb1e6 t3nsor.tech api unpatch 2023-04-13 16:49:16 +01:00
t.me/xtekky cf9c148449 _ 2023-04-12 10:48:03 +01:00
t.me/xtekky fdbe98f673 _ 2023-04-12 10:47:40 +01:00
t.me/xtekky d2ba13c910 ora.sh update (gpt-3.5) 2023-04-11 18:09:50 +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 c9e6f23c17 quora (poe) test [gpt 4] 2023-04-11 12:11:13 +01:00
t.me/xtekky 38fd6884ac poe (quora) updated 2023-04-10 01:10:15 +02: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
t.me/xtekky 633bcd81d7 you.com api (gpt 3.5 + internet) 2023-04-10 01:03:55 +02:00
t.me/xtekky 8b4e40d82a writesonic.com api (gpt3.5 with internet)
will add image generation later on
2023-04-06 21:57:16 +02:00
t.me/xtekky ab75098dd2 updated t3nsor (gpt 3.5)
changed iter lines to iter content chunks, way smoother and more updates + resolved dict issue
2023-04-06 21:29:56 +02:00
t.me/xtekky 76571f2591 updated poe api (gpt4)
fixed tls_client issue by switching to request Session, and update the poe api
2023-04-06 21:24:04 +02:00