Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ pipe = pipeline(
|
|
| 36 |
)
|
| 37 |
|
| 38 |
messages = [
|
| 39 |
-
{"role": "system", "content": "You are a helpful AI assistant."},
|
| 40 |
{"role": "user", "content": "How many r's are in strawberry?"}
|
| 41 |
]
|
| 42 |
|
|
|
|
| 36 |
)
|
| 37 |
|
| 38 |
messages = [
|
| 39 |
+
{"role": "system", "content": "You are a helpful AI assistant named Mistral Nemo."},
|
| 40 |
{"role": "user", "content": "How many r's are in strawberry?"}
|
| 41 |
]
|
| 42 |
|