瀏覽代碼

Add support for folder path as input

imClumsyPanda 2 年之前
父節點
當前提交
196904872c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      knowledge_based_chatglm.py

+ 0 - 1
knowledge_based_chatglm.py

@@ -106,7 +106,6 @@ if __name__ == "__main__":
     vector_store = None
     while not vector_store:
         filepath = input("Input your local knowledge file path 请输入本地知识文件路径:")
-        print(filepath)
         vector_store = init_knowledge_vector_store(filepath)
     history = []
     while True: