Skip to content

Commit 9d16499

Browse files
committed
Update llm context readme
1 parent 130492e commit 9d16499

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

llm_context/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ This folder contains single-file context artifacts to improve LLM assistance for
44

55
## Files
66
- `bayesflow-context-compact-<TAG>.md`
7-
Smaller snapshot: README + examples
7+
Smaller snapshot: README + examples; ~ 50k tokens.
88

99
- `bayesflow-context-full-<TAG>.md`
10-
Full Markdown snapshot: README + examples + source code (`bayesflow/`).
10+
Full Markdown snapshot: README + examples + source code (`bayesflow/`); ~ 250k tokens.
1111

1212
## Usage
1313
1. Download either the compact or full file for the release tag of interest: The compact file is cheaper and faster; the full file is most accurate.
1414
2. Paste it into your LLM context before asking questions about BayesFlow.
1515

1616
## Prompt Tip
17-
You are answering questions about BayesFlow using only the provided context .md file. If using code, cite the file or notebook name shown in the context.
17+
### Compact File
18+
You are answering questions about BayesFlow using the provided context .md file containing all BayesFlow tutorials. If needed, look up the latest source code from the BayesFlow documentation.
19+
QUESTION: <user question here>
20+
21+
### Full File
22+
You are answering questions about BayesFlow using only the provided context .md file containing all BayesFlow tutorials as well as the BayesFlow source code.
1823
QUESTION: <user question here>
1924

2025
## Disclaimer

0 commit comments

Comments
 (0)