ソースを参照

adding a comma

Ívar Óli Sigurðsson 2 ヶ月 前
コミット
c5a09cdd21
1 ファイル変更1 行追加1 行削除
  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",
 ]