Explorar el Código

Update constants.ts

include new upload types in front end
Marclass hace 1 año
padre
commit
9b63788135
Se han modificado 1 ficheros con 7 adiciones y 3 borrados
  1. 7 3
      src/lib/constants.ts

+ 7 - 3
src/lib/constants.ts

@@ -13,10 +13,14 @@ export const REQUIRED_OLLAMA_VERSION = '0.1.16';
 
 export const SUPPORTED_FILE_TYPE = [
 	'application/pdf',
-	'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
-	'text/markdown',
 	'text/plain',
-	'text/csv'
+	'text/csv',
+	'text/xml',
+	'text/x-python',
+	'text/css',
+	'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
+	'application/octet-stream',
+	'application/x-javascript',
 ];
 
 // Source: https://kit.svelte.dev/docs/modules#$env-static-public