Skip to content

Commit 100dab5

Browse files
committed
docs: fix stale test data path reference in README
Signed-off-by: Yi Zheng <237498169+beatsmonster@users.noreply.github.com>
1 parent 213345a commit 100dab5

File tree

1 file changed

+1
-1
lines changed
  • components/data_processing/sdg/sdg_hub

1 file changed

+1
-1
lines changed

components/data_processing/sdg/sdg_hub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ cd components/data_processing/sdg/sdg_hub
165165
LLM_API_KEY="<your-api-key>" python shared/run_local.py
166166
```
167167

168-
This runs the LLM test flow against `test_data/sdg_hub/sample_input.jsonl` using
168+
This runs the LLM test flow against `tests/test_data/sample_input.jsonl` using
169169
`gpt-4o-mini`, prints the generated output, and cleans up the temp directory.
170170

171171
To run with your own data or flow:

0 commit comments

Comments
 (0)