mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-19 22:22:37 +00:00
add comment
This commit is contained in:
parent
306336c32d
commit
dd7ba32b56
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# Configs and keys
|
||||||
|
ch07/02_dataset-utilities/config.json
|
||||||
|
ch07/03_model-evaluation/config.json
|
||||||
|
|
||||||
# Graphics
|
# Graphics
|
||||||
appendix-D/01_main-chapter-code/1.pdf
|
appendix-D/01_main-chapter-code/1.pdf
|
||||||
appendix-D/01_main-chapter-code/2.pdf
|
appendix-D/01_main-chapter-code/2.pdf
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"OPENAI_API_KEY": "sk-..."
|
"OPENAI_API_KEY": "sk-...",
|
||||||
|
"_comment": "Enter your API key from https://platform.openai.com/api-keys"
|
||||||
}
|
}
|
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"OPENAI_API_KEY": "sk-..."
|
"OPENAI_API_KEY": "sk-...",
|
||||||
|
"_comment": "Enter your API key from https://platform.openai.com/api-keys"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user