Merge pull request #466 from baumandm/feat/epub-support

feat: Add epub support
This commit is contained in:
Timothy Jaeryang Baek 2024-01-22 23:12:46 -08:00 committed by GitHub
commit 7054f02891
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 37 additions and 11 deletions

View file

@ -12,6 +12,7 @@ export const WEB_UI_VERSION = 'v1.0.0-alpha-static';
export const REQUIRED_OLLAMA_VERSION = '0.1.16';
export const SUPPORTED_FILE_TYPE = [
'application/epub+zip',
'application/pdf',
'text/plain',
'text/csv',