Skip to content

Commit 31a436b

Browse files
committed
add a new line
1 parent 47b2ad1 commit 31a436b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/modules/ROOT/pages/module-ilab.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ LLMs have inherent limitations that make certain tasks extremely difficult, like
162162

163163
In our case we want the LLM to learn more about Parasol Insurance by supplying this specific information in the form of a basic YAML file named `qna.yaml`:
164164

165-
test
166-
[.console-input]
167-
[source,yaml,subs="+attributes,macros+"]
165+
[source,yaml]
168166
----
169167
version: 3<1>
170168
domain: insurance<2>
@@ -199,7 +197,6 @@ document:<7>
199197
- Insurance_claims_data.md
200198
- teen_driving_rules.md
201199
- claims_cost_data.md
202-
--
203200
----
204201

205202
Each `qna.yaml` file requires a minimum of five question-answer pairs. The `qna.yaml` format must include the following fields:

0 commit comments

Comments
 (0)