File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/cognitive-services/openai/includes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,20 +87,20 @@ The output from the completions API will look as follows.
87
87
{
88
88
" id" : " ID of your call" ,
89
89
" object" : " text_completion" ,
90
- " created" : 1675351304 ,
90
+ " created" : 1675444965 ,
91
91
" model" : " text-davinci-002" ,
92
92
" choices" : [
93
93
{
94
- " text" : " ... \n\n there 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 " ,
95
95
" index" : 0 ,
96
96
" finish_reason" : " length" ,
97
97
" logprobs" : null
98
98
}
99
99
],
100
100
" usage" : {
101
101
" completion_tokens" : 16 ,
102
- " prompt_tokens" : 4 ,
103
- " total_tokens" : 20
102
+ " prompt_tokens" : 3 ,
103
+ " total_tokens" : 19
104
104
}
105
105
}
106
106
```
You can’t perform that action at this time.
0 commit comments