Skip to content

Commit 9f4a65d

Browse files
Update README.md
1 parent e3aac0c commit 9f4a65d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/online_serving/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ For a description of the OpenAI protocol, refer to the document [OpenAI Chat Com
5252
## Parameter Differences
5353
### Request Parameter Differences
5454
The differences in request parameters between FastDeploy and the OpenAI protocol are as follows. Other request parameters will be ignored:
55+
5556
- `prompt` (supported only in the `v1/completions` interface)
5657
- `messages` (supported only in the `v1/chat/completions` interface)
5758
- `frequency_penalty`: Optional[float] = 0.0
@@ -77,6 +78,7 @@ The additional return fields added by FastDeploy are as follows:
7778
- `reasoning_content`: The returned result of the reasoning chain
7879

7980
Overview of return parameters:
81+
8082
```python
8183
ChatCompletionStreamResponse:
8284
id: str
@@ -94,4 +96,4 @@ DeltaMessage:
9496
content: Optional[str] = None
9597
token_ids: Optional[List[int]] = None
9698
reasoning_content: Optional[str] = None
97-
```
99+
```

0 commit comments

Comments
 (0)