Skip to content

Commit fd0f399

Browse files
committed
fix result
1 parent 886dc9c commit fd0f399

File tree

1 file changed

+4
-4
lines changed
  • articles/cognitive-services/openai/includes

1 file changed

+4
-4
lines changed

articles/cognitive-services/openai/includes/rest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,20 @@ The output from the completions API will look as follows.
8787
{
8888
"id": "ID of your call",
8989
"object": "text_completion",
90-
"created": 1675351304,
90+
"created": 1675444965,
9191
"model": "text-davinci-002",
9292
"choices": [
9393
{
94-
"text": " ...\n\nthere was a beautiful young princess named Aurora. She had long,",
94+
"text": " there lived in a little village a woman who was known as the meanest",
9595
"index": 0,
9696
"finish_reason": "length",
9797
"logprobs": null
9898
}
9999
],
100100
"usage": {
101101
"completion_tokens": 16,
102-
"prompt_tokens": 4,
103-
"total_tokens": 20
102+
"prompt_tokens": 3,
103+
"total_tokens": 19
104104
}
105105
}
106106
```

0 commit comments

Comments
 (0)