summaryrefslogtreecommitdiffstats
path: root/quora/__init__.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-13 quora (poe) [gpt-4/3.5] create bot feature fixt.me/xtekky1-5/+6
fixed custom model not working
2023-04-11quora (poe) [gpt-4/3.5] create bot featuret.me/xtekky1-12/+106
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-10rename poe api ( gpt 4 ) to quorat.me/xtekky1-10/+10
due to having same name as poe-api, I changed the name for it to be used with the other package
2023-04-06updated poe api (gpt4)t.me/xtekky1-3/+2
fixed tls_client issue by switching to request Session, and update the poe api
2023-03-29poe api gpt-4t.me/xtekky1-0/+214