mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
11 lines
199 B
JSON
11 lines
199 B
JSON
[
|
|
{
|
|
"prompt": "tell me the name of two dogs",
|
|
"responses": ["Charles", "bobby"]
|
|
},
|
|
{
|
|
"prompt": "Name one type of cheese made in france",
|
|
"responses": ["Munster", "Gouda"]
|
|
}
|
|
]
|