8613f30c7b
INSERT into llm_requests was failing with FOREIGN KEY constraint (code 787) because client_id (e.g. 'client_sk-hobok') didn't exist in the clients table. Add INSERT OR IGNORE for the client row within the same transaction.