Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,7 @@ we can evaluate the certainty and hallucination status of this reply by invoking
|
|
91 |
Given a hosted instance of **Granite Intrinsics 3.0 8b Instruct v0.1** at `API_BASE` (insert the host address here), this uses the [PDL language](https://github.com/IBM/prompt-declaration-language) to implement the RAG intrinsic invocation scenario described above.
|
92 |
|
93 |
First, create a file `intrinsics.pdl` with the following content.
|
94 |
-
```
|
95 |
defs:
|
96 |
system_prompt: "You are an AI language model developed by IBM Research. You are a cautious assistant. You carefully follow instructions. You are helpful and harmless and you follow ethical guidelines and promote positive behavior."
|
97 |
|
@@ -140,7 +140,7 @@ text:
|
|
140 |
```
|
141 |
Next, create a file `intrinsics-defs.pdl` with the following content.
|
142 |
|
143 |
-
```
|
144 |
defs:
|
145 |
apply_template:
|
146 |
function:
|
|
|
91 |
Given a hosted instance of **Granite Intrinsics 3.0 8b Instruct v0.1** at `API_BASE` (insert the host address here), this uses the [PDL language](https://github.com/IBM/prompt-declaration-language) to implement the RAG intrinsic invocation scenario described above.
|
92 |
|
93 |
First, create a file `intrinsics.pdl` with the following content.
|
94 |
+
```
|
95 |
defs:
|
96 |
system_prompt: "You are an AI language model developed by IBM Research. You are a cautious assistant. You carefully follow instructions. You are helpful and harmless and you follow ethical guidelines and promote positive behavior."
|
97 |
|
|
|
140 |
```
|
141 |
Next, create a file `intrinsics-defs.pdl` with the following content.
|
142 |
|
143 |
+
```
|
144 |
defs:
|
145 |
apply_template:
|
146 |
function:
|