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