Commit Graph

87 Commits (393d5788dec5db99684aec9e634072e9eaaa1e3b)

Author SHA1 Message Date
t.me/xtekky 011d0babc2 remove phind 1 year ago
Aymane Hrouch f1594cfdde Reformat code using PyCharm 1 year ago
t.me/xtekky 98d2b4109e forefront (gpt-4) 1 year ago
Raju Komati f43107aa76
refactored you code added error handling and updated regex for parsing response 1 year ago
t.me/xtekky d60d6fa355 play.vercel.ai 1 year ago
t.me/xtekky e341c75e5e discontinue ora.sh api 1 year ago
t.me/xtekky c7f00a9dac _ 1 year ago
t.me/xtekky 8350bc6842 added ora x-signed-token header 1 year ago
t.me/xtekky 77006dd9e0 phind removed cloudflare 1 year ago
t.me/xtekky 78662c779a ora userid and session token for gpt-4 1 year ago
t.me/xtekky 20af89c0c2 phind, user_agent and cf_clearance param for cloudflare bypass 1 year ago
t.me/xtekky 99d36a7753 Update ora_gpt4.py 1 year ago
t.me/xtekky a67ffd8d8b best models (gpt4/3.5/search) 1 year ago
t.me/xtekky 85a1961b64 sqlchat 1 year ago
t.me/xtekky 789b209d03 move documenation to individual folder 1 year ago
t.me/xtekky de1a201c61 phind cloudflare fix 1 year ago
t.me/xtekky fce0656ab1 ora.sh 1 year ago
t.me/xtekky b2459a5897 phind major improvement ( stream )
removed timeout error, added data streaming. Soon integration into gpt clone
1 year ago
t.me/xtekky 3388d70696 phind.com api (gpt4 & search) 1 year ago
t.me/xtekky 2bcafcd27c j 1 year ago
t.me/xtekky 001768b77d testing 1 year ago
t.me/xtekky cad2b5a9da poe.com api (gpt-4) [added license for api.py] 1 year ago
t.me/xtekky d7ea4f90a8 ora.sh load model ( to use gpt-4 ) 1 year ago
t.me/xtekky 8c0f5e9634 updated quora(poe) (token creation patched atm) 1 year ago
t.me/xtekky 6c64e459b3 phind.com api (gpt-4 + internet) best answers 1 year ago
t.me/xtekky 351fbbb1e6 t3nsor.tech api unpatch 1 year ago
t.me/xtekky cf9c148449 _ 2 years ago
t.me/xtekky fdbe98f673 _ 2 years ago
t.me/xtekky d2ba13c910 ora.sh update (gpt-3.5) 2 years ago
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'
}
2 years ago
t.me/xtekky c9e6f23c17 quora (poe) test [gpt 4] 2 years ago
t.me/xtekky 38fd6884ac poe (quora) updated 2 years ago
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
2 years ago
t.me/xtekky 633bcd81d7 you.com api (gpt 3.5 + internet) 2 years ago
t.me/xtekky 8b4e40d82a writesonic.com api (gpt3.5 with internet)
will add image generation later on
2 years ago
t.me/xtekky ab75098dd2 updated t3nsor (gpt 3.5)
changed iter lines to iter content chunks, way smoother and more updates + resolved dict issue
2 years ago
t.me/xtekky 76571f2591 updated poe api (gpt4)
fixed tls_client issue by switching to request Session, and update the poe api
2 years ago