You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
14
14
2. Paste it into your LLM context before asking questions about BayesFlow.
15
15
16
16
## 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: <userquestionhere>
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.
0 commit comments