Update README.md
Browse files
README.md
CHANGED
@@ -116,7 +116,7 @@ print(outputs[0]["generated_text"][len(prompt):])
|
|
116 |
|
117 |
### Example 2
|
118 |
|
119 |
-
```
|
120 |
question = "What's a good recipe for a spicy margarita?"
|
121 |
|
122 |
messages = [
|
|
|
116 |
|
117 |
### Example 2
|
118 |
|
119 |
+
```python
|
120 |
question = "What's a good recipe for a spicy margarita?"
|
121 |
|
122 |
messages = [
|