Update README.md
Browse files
README.md
CHANGED
@@ -22,9 +22,9 @@ Example of usage with vLLM library:
|
|
22 |
from vllm import LLM, SamplingParams
|
23 |
|
24 |
prompts = [
|
25 |
-
"What is the mechanism of action of antibiotics?"
|
26 |
"How do statins work to lower cholesterol levels?",
|
27 |
-
"Tell me about Paracetamol"
|
28 |
]
|
29 |
|
30 |
sampling_params = SamplingParams(temperature=0.8)
|
|
|
22 |
from vllm import LLM, SamplingParams
|
23 |
|
24 |
prompts = [
|
25 |
+
"What is the mechanism of action of antibiotics?",
|
26 |
"How do statins work to lower cholesterol levels?",
|
27 |
+
"Tell me about Paracetamol"
|
28 |
]
|
29 |
|
30 |
sampling_params = SamplingParams(temperature=0.8)
|