This commit is contained in:
Timothy Jaeryang Baek
2025-08-04 15:23:43 +04:00
parent 5db60ca34f
commit e8696c63fe
3 changed files with 6 additions and 9 deletions

View File

@@ -252,11 +252,6 @@
2
);
// Set default API Base URL if empty
if (!config.DATALAB_MARKER_API_BASE_URL) {
config.DATALAB_MARKER_API_BASE_URL = 'https://www.datalab.to/api/v1/marker';
}
RAGConfig = config;
});
</script>