Skip to content

Commit

Permalink
Update chatgpt_analyze_token_costs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
levysoft authored Jun 29, 2024
1 parent 92e8fe0 commit b05b9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgpt_analyze_token_costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Load the JSON file with exception handling
try:
with open('chat_export.json', 'r') as file:
with open('conversations.json', 'r') as file:
chat_data = json.load(file)
print("JSON file successfully loaded.")
except Exception as e:
Expand Down

0 comments on commit b05b9b8

Please sign in to comment.