sophiefy commited on
Commit
2737927
·
verified ·
1 Parent(s): 27e9cb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,10 +31,10 @@ print(response)
31
  ```
32
 
33
  ```python
34
-
35
- ```
36
  response, history = model.chat(tokenizer, "夜耿耿而不寐,沾繁霜而至曙。", history=None)
37
  print(response)
 
 
38
  ```
39
  夜は耿耿として寐りず、繁霜に沾れて曙を至る。
40
  ```
 
31
  ```
32
 
33
  ```python
 
 
34
  response, history = model.chat(tokenizer, "夜耿耿而不寐,沾繁霜而至曙。", history=None)
35
  print(response)
36
+ ```
37
+
38
  ```
39
  夜は耿耿として寐りず、繁霜に沾れて曙を至る。
40
  ```