chuhac commited on
Commit
cee457c
·
verified ·
1 Parent(s): 9ae35fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -129,6 +129,8 @@ question = "生抽与老抽的区别?"
129
  answer, history = model.chat(tokenizer=tokenizer, question=question, history=[], generation_config=generate_config,
130
  stream=False)
131
  print(answer)
 
 
132
  ```
133
  生抽和老抽是两种不同的酱油,它们在风味、色泽和用途上都有所区别。
134
 
 
129
  answer, history = model.chat(tokenizer=tokenizer, question=question, history=[], generation_config=generate_config,
130
  stream=False)
131
  print(answer)
132
+ ```
133
+
134
  ```
135
  生抽和老抽是两种不同的酱油,它们在风味、色泽和用途上都有所区别。
136