Skip to content

Commit

Permalink
Update gptwordcloud-2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyDubya authored May 25, 2024
1 parent 3046ab6 commit 806411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatGPTArchive/gptwordcloud-2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
nltk.download('stopwords')

# Load the conversations.json file
file_path = '/Users/puppuccino/PycharmProjects/inner_mon/GPTLOG-2024-05-17-02-12-23/conversations.json'
file_path = '/path/conversations.json'
with open(file_path, 'r') as file:
conversations_data = json.load(file)

Expand Down

0 comments on commit 806411e

Please sign in to comment.