Update README.md
Browse files
README.md
CHANGED
@@ -56,6 +56,4 @@ response = generator(
|
|
56 |
# 5. Print the model’s reply (<think> + <answer>)
|
57 |
assistant_reply = response[-1]["content"] if isinstance(response, list) else response
|
58 |
print(assistant_reply)
|
59 |
-
|
60 |
-
|
61 |
```
|
|
|
56 |
# 5. Print the model’s reply (<think> + <answer>)
|
57 |
assistant_reply = response[-1]["content"] if isinstance(response, list) else response
|
58 |
print(assistant_reply)
|
|
|
|
|
59 |
```
|