Fixed punctuation errors in code in README
#18
by
Ricardo1227
- opened
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)
|