dailei.127 commited on
Commit
1178dba
·
1 Parent(s): bea38d5

Minor typo changed vllm_model.model to llm

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ messages = [
44
  },
45
  ]
46
 
47
- outputs = llm.chat.chat(messages, sampling_params=sampling_params)
48
 
49
  print(outputs[0].outputs[0].text)
50
  ```
 
44
  },
45
  ]
46
 
47
+ outputs = llm.chat(messages, sampling_params=sampling_params)
48
 
49
  print(outputs[0].outputs[0].text)
50
  ```