-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
The guide mentions a Upload Strategy called "hosted" but this property doesn't actually exist (relevant code line)
When running it without that property I get:
composer: {
placeholder: PLACEHOLDER_INPUT,
attachments: {
enabled: true,
maxCount: 5,
maxSize: 10485760
},..
{
"error": {
"message": "File uploads are disabled for this session.",
"type": "invalid_request_error",
"param": null,
"code": "chatkit.file_upload_disabled"
}
}
How to use file uploads with the Open AI hosted backend? Or does it currently only work with a self-hosted backend?
derricksimpson, paulo-coronado and ShinyaFurumata
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation