Skip to content

Commit e1eb6d5

Browse files
committed
Code style fix
1 parent 8b02e55 commit e1eb6d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/inference/chat_completion_unified/UnifiedRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ import { Id } from '@_types/common'
2323
import { Duration } from '@_types/Time'
2424
/**
2525
* Perform chat completion inference
26-
*
27-
* The chat completion inference API enables real-time responses for chat completion tasks by delivering answers incrementally, reducing response times during computation.
26+
*
27+
* 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)