Update README.md
Browse files
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)
|