File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ func (r *LLMRequestBody) CacheSalt() string {
7171 return r .Completions .CacheSalt
7272}
7373
74- // CompletionsRequest is a structured representation of the fields we parse out of the
75- // /v1/completions request body.
74+ // CompletionsRequest is a structured representation of the fields we parse out of the /v1/completions request body.
75+ // For detailed body fields, please refer to https://platform.openai.com/docs/api-reference/completions .
7676// This struct includes fields usable for plugins and scheduling decisions - and not the entire
7777// API spec.
7878type CompletionsRequest struct {
@@ -90,8 +90,8 @@ func (r *CompletionsRequest) String() string {
9090 return fmt .Sprintf ("{PromptLength: %d}" , len (r .Prompt ))
9191}
9292
93- // ChatCompletionsRequest is a structured representation of the fields we parse out of the
94- // /v1/chat/completions request body.
93+ // ChatCompletionsRequest is a structured representation of the fields we parse out of the v1/chat/completions
94+ // request body. For detailed body fields, please refer to https://platform.openai.com/docs/api-reference/chat .
9595// This struct includes fields usable for plugins and scheduling decisions - and not the entire
9696// API spec.
9797type ChatCompletionsRequest struct {
You can’t perform that action at this time.
0 commit comments