Skip to content

Commit ed0741e

Browse files
committed
Update README
1 parent 1d23637 commit ed0741e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llm_context/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BayesFlow LLM Context
22

3-
This folder contains single-file context artifacts to improve LLM assistance for BayesFlow.
3+
This folder contains context files to improve LLM assistance for BayesFlow.
44

55
## Files
66
- `bayesflow-context-compact-<TAG>.md`
@@ -10,12 +10,12 @@ This folder contains single-file context artifacts to improve LLM assistance for
1010
Full Markdown snapshot: README + examples + source code (`bayesflow/`); ~ 250k tokens.
1111

1212
## Usage
13-
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.
13+
1. Download either the compact or full file for the current release tag: The compact file is cheaper and more focused; the full file contains the complete codebase.
1414
2. Paste it into your LLM context before asking questions about BayesFlow.
1515

1616
## Prompt Tip
1717
### 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.
18+
You are answering questions about BayesFlow using the provided context .md file containing all BayesFlow tutorials. If needed, additionally look up the latest source code from the BayesFlow documentation.
1919
QUESTION: <user question here>
2020

2121
### Full File

0 commit comments

Comments
 (0)