Update README.md
Browse files
README.md
CHANGED
|
@@ -68,7 +68,7 @@ messages = [
|
|
| 68 |
"role": "system",
|
| 69 |
"content": "You are Zephyr, a helpful assistant.",
|
| 70 |
},
|
| 71 |
-
{"role": "user", "content": "
|
| 72 |
]
|
| 73 |
outputs = pipe(
|
| 74 |
messages,
|
|
|
|
| 68 |
"role": "system",
|
| 69 |
"content": "You are Zephyr, a helpful assistant.",
|
| 70 |
},
|
| 71 |
+
{"role": "user", "content": "Explain how Mixture of Experts work in language a child would understand."},
|
| 72 |
]
|
| 73 |
outputs = pipe(
|
| 74 |
messages,
|