1
0
Fork 0
Commit graph

37 commits

Author SHA1 Message Date
t.me/xtekky 011d0babc2 remove phind 2023-04-27 19:26:36 +01:00
Aymane Hrouch f1594cfdde Reformat code using PyCharm 2023-04-27 15:43:59 +01:00
t.me/xtekky 98d2b4109e forefront (gpt-4) 2023-04-27 10:34:05 +01:00
Raju Komati f43107aa76
refactored you code added error handling and updated regex for parsing response 2023-04-26 23:50:18 +05:30
t.me/xtekky d60d6fa355 play.vercel.ai 2023-04-26 10:41:24 +01:00
t.me/xtekky e341c75e5e discontinue ora.sh api 2023-04-25 18:40:17 +01:00
t.me/xtekky c7f00a9dac _ 2023-04-25 18:36:51 +01:00
t.me/xtekky 8350bc6842 added ora x-signed-token header 2023-04-25 09:56:27 +01:00
t.me/xtekky 77006dd9e0 phind removed cloudflare 2023-04-24 19:50:45 +01:00
t.me/xtekky 78662c779a ora userid and session token for gpt-4 2023-04-24 18:59:42 +01:00
t.me/xtekky 20af89c0c2 phind, user_agent and cf_clearance param for cloudflare bypass 2023-04-23 17:57:39 +01:00
t.me/xtekky 99d36a7753 Update ora_gpt4.py 2023-04-23 16:53:18 +01:00
t.me/xtekky a67ffd8d8b best models (gpt4/3.5/search) 2023-04-22 14:26:57 +01:00
t.me/xtekky 85a1961b64 sqlchat 2023-04-22 14:08:19 +01:00
t.me/xtekky 789b209d03 move documenation to individual folder 2023-04-22 13:54:01 +01:00
t.me/xtekky de1a201c61 phind cloudflare fix 2023-04-22 13:37:18 +01:00
t.me/xtekky fce0656ab1 ora.sh 2023-04-20 15:01:57 +01:00
t.me/xtekky b2459a5897 phind major improvement ( stream )
removed timeout error, added data streaming. Soon integration into gpt clone
2023-04-20 10:22:44 +01:00
t.me/xtekky 3388d70696 phind.com api (gpt4 & search) 2023-04-18 16:15:52 +01:00
t.me/xtekky 2bcafcd27c j 2023-04-18 11:24:43 +02:00
t.me/xtekky 001768b77d testing 2023-04-17 08:33:06 +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 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