Update instruction to highlight ChatGPT vs. Claude usage

This commit is contained in:
Chip Huyen 2025-01-15 13:39:35 -08:00
parent a3051cecd3
commit ab01e1c0f3
4 changed files with 18 additions and 4 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View file

@ -5,7 +5,21 @@
"id": "2a305a33",
"metadata": {},
"source": [
"## How to use this script\n",
"Visualize your ChatGPT and Claude's usage.\n",
"\n",
"This has two scripts:\n",
"\n",
"1. **Visualize only ChatGPT usage.**\n",
"\n",
"![ChatGPT usage](chatgpt.png)\n",
"\n",
"\n",
"2. **Compare your ChatGPT usage with Claude usage.**\n",
"It's interesting to see when you start switching from one to another (thanks Chris Alexiuk!)\n",
"\n",
"![ChatGPT vs. Claude usage](chatgpt-claude.png)\n",
"\n",
"## 1. Visualize ChatGPT usage\n",
"1. Export your ChatGPT conversations. From your ChatGPT account, go to Settings -> Data controls -> Export\n",
"2. Unzip the data export\n",
"3. Point `convo_folder` to your exported data folder\n",
@ -178,7 +192,7 @@
"id": "1c5de1c0",
"metadata": {},
"source": [
"### Adding Claude \n",
"## 2. Visualize ChatGPT vs. Claude usage\n",
"\n",
"You can optionally add your Claude data as well, through the following step:\n",
"\n",
@ -398,7 +412,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@ -412,7 +426,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.11"
"version": "3.11.5"
}
},
"nbformat": 4,

BIN
scripts/chatgpt-claude.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
scripts/chatgpt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB