Duration
8s
Input Tokens
811
Output Tokens
192
Cost
$0.00
Context
Input
Analyze the following instructions and extract all appliances mentioned. Order is not importantExpected output
{
"appliances": [
"hair dryer",
"coffee maker",
"kettle",
"vacuum cleaner",
"microwave"
]
}Model output
{
"appliances": [
"microwave",
"vacuum cleaner",
"kettle",
"hair dryer",
"coffee maker"
]
}