kgreenewald commited on
Commit
29835a0
·
verified ·
1 Parent(s): b7f3e2f

Update README.md

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