From c666e1ea6c60e41f1b8aa688b98ca4d9ccb09127 Mon Sep 17 00:00:00 2001 From: lonelil <51315646+lonelil@users.noreply.github.com> Date: Thu, 6 Apr 2023 21:52:24 +0800 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c218112..aea030c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ curl --location 'https://api.pawan.krd/v1/chat/completions' \ "messages": [ { "role": "system", - "content": "You are an helful assistant" + "content": "You are an helpful assistant." }, { "role": "user", @@ -142,7 +142,7 @@ curl --location 'https://api.pawan.krd/v1/images/generations' \ --header 'Authorization: Bearer pk-***[OUR_API_KEY]***' \ --header 'Content-Type: application/json' \ --data '{ - "prompt": "a photo of a happy corgi puppy sitting and facing forward, studio light, longshot", + "prompt": "a photo of a happy corgi puppy sitting and facing forward, studio light, longshot.", "n": 1, "size": "1024x1024" }'