kgreenewald commited on
Commit
6f90e1d
·
verified ·
1 Parent(s): 57e165e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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
  ```