Duration
10s
Input Tokens
568
Output Tokens
707
Cost
$0.00
Context
Input
Analyze the following instructions and extract all appliances mentioned. Order is not importantExpected output
{
"appliances": [
"vacuum cleaner",
"microwave",
"kettle"
]
}Model output
{
"appliances": [
"microwave",
"oven",
"vacuum cleaner",
"kettle"
]
}