lewtun HF staff commited on
Commit
125ca90
1 Parent(s): d0d4b03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ messages = [
68
  "role": "system",
69
  "content": "You are Zephyr, a helpful assistant.",
70
  },
71
- {"role": "user", "content": "What can you tell me about black holes?"},
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,