Update README.md
Browse files
README.md
CHANGED
@@ -90,6 +90,7 @@ we can evaluate the certainty and hallucination status of this reply by invoking
|
|
90 |
|
91 |
### Intrinsics Example with PDL
|
92 |
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.
|
|
|
93 |
|
94 |
First, create a file `intrinsics.pdl` with the following content.
|
95 |
```
|
|
|
90 |
|
91 |
### Intrinsics Example with PDL
|
92 |
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.
|
93 |
+
Note that the hosted instance must be supported by LiteLLM ([https://docs.litellm.ai/docs/providers](https://docs.litellm.ai/docs/providers))
|
94 |
|
95 |
First, create a file `intrinsics.pdl` with the following content.
|
96 |
```
|