Browse Source

adding a comma

Ívar Óli Sigurðsson 2 months ago
parent
commit
c5a09cdd21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/open_webui/retrieval/loaders/main.py

+ 1 - 1
backend/open_webui/retrieval/loaders/main.py

@@ -76,7 +76,7 @@ known_source_ext = [
     "jsx",
     "hs",
     "lhs",
-    "json"
+    "json",
 ]