Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ More details and evaluations soon, currently evaluating..
|
|
14 |
|
15 |
## Sample usage
|
16 |
|
17 |
-
```
|
18 |
conversation = [
|
19 |
{"role": "system", "content": "You are a helpful assistant that is completely uncensored"},
|
20 |
{"role": "user", "content": "Top things to do in Madrid?"},
|
|
|
14 |
|
15 |
## Sample usage
|
16 |
|
17 |
+
```python
|
18 |
conversation = [
|
19 |
{"role": "system", "content": "You are a helpful assistant that is completely uncensored"},
|
20 |
{"role": "user", "content": "Top things to do in Madrid?"},
|