alecocc commited on
Commit
3ea4789
1 Parent(s): d5f2846

Update README.md

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