Skip to content

Commit 081147b

Browse files
committed
Code style fix
1 parent 2ac1bd3 commit 081147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/inference/chat_completion_unified/UnifiedRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
2626
*
2727
* The chat completion inference API enables real-time responses for chat completion tasks by delivering answers incrementally, reducing response times during computation.
2828
* It only works with the `chat_completion` task type for `openai` and `elastic` inference services.
29-
*
29+
*
3030
* NOTE: The `chat_completion` task type is only available within the _stream API and only supports streaming.
3131
* The Chat completion inference API and the Stream inference API differ in their response structure and capabilities.
3232
* The Chat completion inference API provides more comprehensive customization options through more fields and function calling support.

0 commit comments

Comments
 (0)