Input Tokens
23751
Output Tokens
3049
Duration
241086.513
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';