Duration
20s
Input Tokens
485
Output Tokens
440
Cost
$0.00
Context
Input
Analyze the following instructions and extract all appliances mentioned. Order is not important
Expected output
{
"appliances": [
"vacuum cleaner",
"microwave",
"kettle"
]
}
Model output
{
"appliances": [
"Microwave",
"Vacuum cleaner",
"Kettle"
]
}