Skip to content

Commit 0f535be

Browse files
committed
Add .env.example file to custom-fine-tuning-dataset app example
1 parent 1ded6ce commit 0f535be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: custom-fine-tuning-dataset/.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FIRECRAWL_API_KEY="fc-your-api-key"
2+
OPENAI_API_KEY="sk-proj-your-api-key"
3+
HF_TOKEN="hf-your-token"

Diff for: custom-fine-tuning-dataset/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.env
2-
data/raw
2+
data/raw
3+
__pycache__

0 commit comments

Comments
 (0)