Fix typo on readme: utils.jpeg -> utils.py

This commit is contained in:
HeAndres
2024-10-13 01:31:37 +02:00
committed by GitHub
parent 77342597e3
commit 55ef3789ab

View File

@@ -297,7 +297,7 @@ def extract_queries(file_path):
├── operate.py
├── prompt.py
├── storage.py
└── utils.jpeg
└── utils.py
├── reproduce
├── Step_0.py
├── Step_1.py