"reply: 儲存文章回應,每 1000 筆為一個檔案(目前未上傳至 Github)"
File "chat.py", line 53, in getResponse
res = json.load(open(os.path.join("data/processed/reply/",str(int(index/1000))+'.json'),'r',encoding='utf-8'))
FileNotFoundError: [Errno 2] No such file or directory: 'data/processed/reply/36.json'
不知道可以提供這些檔案,讓我試玩一下嗎?謝謝。