Skip to content

Commit 510e68d

Browse files
authored
Merge pull request #293 from mrisvanv/patch-1
Removed unwanted br>
2 parents 4aaaf70 + cc7d889 commit 510e68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/realtime-audio-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ You use the `RealtimeRequestSession` object when you want to update the session
12931293
| + total_tokens | integer | The total number of tokens in the Response including input and output text and audio tokens.<br><br>A property of the `usage` object. |
12941294
| + input_tokens | integer | The number of input tokens used in the response, including text and audio tokens.<br><br>A property of the `usage` object. |
12951295
| + output_tokens | integer | The number of output tokens sent in the response, including text and audio tokens.<br><br>A property of the `usage` object. |
1296-
| + input_token_details | object | Details about the input tokens used in the response.<br><br>A property of the `usage` object.<br>br><br>See nested properties next.|
1296+
| + input_token_details | object | Details about the input tokens used in the response.<br><br>A property of the `usage` object.<br><br>See nested properties next.|
12971297
| + cached_tokens | integer | The number of cached tokens used in the response.<br><br>A property of the `input_token_details` object. |
12981298
| + text_tokens | integer | The number of text tokens used in the response.<br><br>A property of the `input_token_details` object. |
12991299
| + audio_tokens | integer | The number of audio tokens used in the response.<br><br>A property of the `input_token_details` object. |

0 commit comments

Comments
 (0)