| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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'
}
|
| |
|
| |
|
|
|
|
| |
due to having same name as poe-api, I changed the name for it to be used with the other package
|
| |
|
|
|
|
| |
will add image generation later on
|
|
|
|
| |
changed iter lines to iter content chunks, way smoother and more updates + resolved dict issue
|
|
fixed tls_client issue by switching to request Session, and update the poe api
|