File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ For a description of the OpenAI protocol, refer to the document [OpenAI Chat Com
52
52
## Parameter Differences
53
53
### Request Parameter Differences
54
54
The differences in request parameters between FastDeploy and the OpenAI protocol are as follows. Other request parameters will be ignored:
55
+
55
56
- ` prompt ` (supported only in the ` v1/completions ` interface)
56
57
- ` messages ` (supported only in the ` v1/chat/completions ` interface)
57
58
- ` frequency_penalty ` : Optional[ float] = 0.0
@@ -77,6 +78,7 @@ The additional return fields added by FastDeploy are as follows:
77
78
- ` reasoning_content ` : The returned result of the reasoning chain
78
79
79
80
Overview of return parameters:
81
+
80
82
``` python
81
83
ChatCompletionStreamResponse:
82
84
id : str
@@ -94,4 +96,4 @@ DeltaMessage:
94
96
content: Optional[str ] = None
95
97
token_ids: Optional[List[int ]] = None
96
98
reasoning_content: Optional[str ] = None
97
- ```
99
+ ```
You can’t perform that action at this time.
0 commit comments