Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 27, 2024
1 parent 306336c commit dd7ba32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Configs and keys
ch07/02_dataset-utilities/config.json
ch07/03_model-evaluation/config.json

# Graphics
appendix-D/01_main-chapter-code/1.pdf
appendix-D/01_main-chapter-code/2.pdf
Expand Down
3 changes: 2 additions & 1 deletion ch07/02_dataset-utilities/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"OPENAI_API_KEY": "sk-..."
"OPENAI_API_KEY": "sk-...",
"_comment": "Enter your API key from https://platform.openai.com/api-keys"
}
3 changes: 2 additions & 1 deletion ch07/03_model-evaluation/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"OPENAI_API_KEY": "sk-..."
"OPENAI_API_KEY": "sk-...",
"_comment": "Enter your API key from https://platform.openai.com/api-keys"
}

0 comments on commit dd7ba32

Please sign in to comment.