Commit Graph

50 Commits (9a52ab80cf86e5663c31f333b2a7d47c3f0169d5)

Author SHA1 Message Date
Raju Komati 05494ebbb1
refactored code 1 year ago
Raju Komati 1eefa094e3
updated quora readme 1 year ago
t.me/xtekky e02094de5b added a site and some refratoring 1 year ago
t.me/xtekky 2af20fd6bf
Merge pull request #307 from ezerinz/main
add ai.usesless.com
1 year ago
ezerinz 0953981b53
usesless test 1 year ago
Raju Komati 1981d379d5
added readme for gpt4 module 1 year ago
Raju Komati 54b4c789a7
added gpt4free package 1 year ago
t.me/xtekky c65875f3b0
Merge branch 'main' into STREAMLIT_CHAT_IMPLEMENTATION 1 year ago
ezerinz f95ace3870
add openaihosted testing 1 year ago
noptuno efcab48689 Remove ignored files from repository 1 year ago
Raju Komati dc1d9834f9
added theb to openai_rev module 1 year ago
Raju Komati b206a1eb63
update openai_rev module add test file with simple use 1 year ago
Raju Komati 920fe19608
added main module for accessing all services 1 year ago
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 _ 1 year ago
t.me/xtekky fdbe98f673 _ 1 year ago
t.me/xtekky d2ba13c910 ora.sh update (gpt-3.5) 1 year 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'
}
1 year ago
t.me/xtekky c9e6f23c17 quora (poe) test [gpt 4] 1 year ago
t.me/xtekky 38fd6884ac poe (quora) updated 1 year 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
1 year ago
t.me/xtekky 633bcd81d7 you.com api (gpt 3.5 + internet) 1 year ago
t.me/xtekky 8b4e40d82a writesonic.com api (gpt3.5 with internet)
will add image generation later on
1 year 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
1 year ago
t.me/xtekky 76571f2591 updated poe api (gpt4)
fixed tls_client issue by switching to request Session, and update the poe api
1 year ago