Input Tokens
24446
Output Tokens
5567
Duration
138424.297
Cost
0
Context
Input
Give me the name and email of customers who live in Stockholm.
Expected output
SELECT name, email FROM customers WHERE city = 'Stockholm';
Model output
SELECT name, email FROM customers WHERE city = 'Stockholm';