Skip to content

Commit

Permalink
modify the directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk committed Mar 5, 2024
1 parent 78e666e commit 7cce2c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion human_eval/sotopia_official_study/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def read_json_files() -> List[Tuple[str, str]]:
all_json_data: List[Tuple[str, str]] = []
directories: List[str] = ["./sotopia_official_study/GPT3.5-GPT4"]
directories: List[str] = ["./sotopia_official_study/example_data_directory"]

for directory in directories:
json_files = [f for f in os.listdir(directory) if f.endswith(".json")]
Expand Down

0 comments on commit 7cce2c5

Please sign in to comment.