Add ChatGPT conversation heatmap generator

This commit is contained in:
Chip Huyen 2025-01-14 14:14:55 -08:00
parent 9b24858f89
commit 2ae64d54f9
3 changed files with 209 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.ipynb_checkpoints
scripts/.ipynb_checkpoints

View file

@ -11,6 +11,7 @@
- [Case studies](case-studies.md)
- [Misalignment AI](misalignment.md)
- [Appendix](appendix.md)
- Fun tools, like [ChatGPT conversation heatmap generator](scripts/ai-heatmap.ipynb)
- And more ...
## About the book

206
scripts/ai-heatmap.ipynb Normal file

File diff suppressed because one or more lines are too long