Update README.md
Browse files
README.md
CHANGED
@@ -125,6 +125,7 @@ print(response)
|
|
125 |
**Outputs**
|
126 |
|
127 |
```python
|
|
|
128 |
*** Prompt:
|
129 |
<s> [INST] Tell me a recipe for a mai tai. [/INST]
|
130 |
|
@@ -140,6 +141,7 @@ In a shaker filled with ice, combine the light rum, dark rum, lime juice, orange
|
|
140 |
Strain the mixture into a chilled glass filled with fresh ice.
|
141 |
|
142 |
Garnish with a lime wedge and a cherry.
|
|
|
143 |
```
|
144 |
|
145 |
|
|
|
125 |
**Outputs**
|
126 |
|
127 |
```python
|
128 |
+
"""
|
129 |
*** Prompt:
|
130 |
<s> [INST] Tell me a recipe for a mai tai. [/INST]
|
131 |
|
|
|
141 |
Strain the mixture into a chilled glass filled with fresh ice.
|
142 |
|
143 |
Garnish with a lime wedge and a cherry.
|
144 |
+
"""
|
145 |
```
|
146 |
|
147 |
|