From 7aa2d65f231cda9fa542750efbaab5d52c5ab4ed Mon Sep 17 00:00:00 2001 From: SachaMorard <2254275+SachaMorard@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:10:55 +0100 Subject: [PATCH] fixup: readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 22ceb5f..190e61c 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,7 @@ const edgee = new Edgee("your-api-key"); // Send a simple request const response = await edgee.send({ -<<<<<<< HEAD - model: 'gpt-5.2', -======= model: 'anthropic/claude-haiku-4-5', ->>>>>>> ecec4c8 (feat: update compression response to new API format) input: 'What is the capital of France?', });