Skip to content

Commit

Permalink
Merge pull request PawanOsman#19 from lonelil/main
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
PawanOsman authored Apr 7, 2023
2 parents 3bbc53a + c666e1e commit 042f13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}'
Expand Down

0 comments on commit 042f13c

Please sign in to comment.