From c40a6d66c8c61e881809d2d6467a927cacb51788 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 6 Dec 2024 00:56:45 -0800 Subject: [PATCH] fix --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 0f6cd81a..c09da285 100644 --- a/README.md +++ b/README.md @@ -239,10 +239,6 @@ $ curl --header 'Content-Type: application/json' \ --data '{"messages": [{"role": "user","content": "What is the capital of France?"}]}' \ http://localhost:12000/v1/chat/completions -$ curl --header 'Content-Type: application/json' \ - --data '{"messages": [{"role": "user","content": "What is the capital of France?"}]}' \ - http://localhost:12000/v1/chat/completions - { ... "model": "gpt-4o-2024-08-06",