yuzaa commited on
Commit
e4f0bfd
1 Parent(s): 567dab9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ res = model.chat(
38
  msgs=msgs,
39
  tokenizer=tokenizer,
40
  sampling=True, # if sampling=False, beam_search will be used by default
41
- temperature=0.7
42
  # system_prompt='' # pass system_prompt if needed
43
  )
44
  print(res)
 
38
  msgs=msgs,
39
  tokenizer=tokenizer,
40
  sampling=True, # if sampling=False, beam_search will be used by default
41
+ temperature=0.7,
42
  # system_prompt='' # pass system_prompt if needed
43
  )
44
  print(res)