Duration
11s
Input Tokens
617
Output Tokens
849
Cost
$0.00
Context
Input
Analyze the following instructions and extract all appliances mentioned. Order is not important
Expected output
{
"appliances": [
"hair dryer",
"coffee maker",
"kettle",
"vacuum cleaner",
"microwave"
]
}
Model output
{
"appliances": [
"Microwave",
"Vacuum cleaner",
"Kettle",
"Hair dryer",
"Coffee maker"
]
}