Fixed punctuation errors in code in README

#18
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -124,7 +124,7 @@ res = model.chat(
124
  msgs=msgs,
125
  tokenizer=tokenizer,
126
  sampling=True, # if sampling=False, beam_search will be used by default
127
- temperature=0.7
128
  # system_prompt='' # pass system_prompt if needed
129
  )
130
  print(res)
 
124
  msgs=msgs,
125
  tokenizer=tokenizer,
126
  sampling=True, # if sampling=False, beam_search will be used by default
127
+ temperature=0.7,
128
  # system_prompt='' # pass system_prompt if needed
129
  )
130
  print(res)