Files
Open-Assistant/bot/test_prompts.json
T
2022-12-13 17:21:41 +09:00

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"]
}
]