We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213345a commit 100dab5Copy full SHA for 100dab5
components/data_processing/sdg/sdg_hub/README.md
@@ -165,7 +165,7 @@ cd components/data_processing/sdg/sdg_hub
165
LLM_API_KEY="<your-api-key>" python shared/run_local.py
166
```
167
168
-This runs the LLM test flow against `test_data/sdg_hub/sample_input.jsonl` using
+This runs the LLM test flow against `tests/test_data/sample_input.jsonl` using
169
`gpt-4o-mini`, prints the generated output, and cleans up the temp directory.
170
171
To run with your own data or flow:
0 commit comments