Skip to content

Commit 06a3fc5

Browse files
committed
chore: update GeneralOpenAIRequest
1 parent a9c464e commit 06a3fc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

relay/model/general.go

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ type GeneralOpenAIRequest struct {
2424
User string `json:"user,omitempty"`
2525
Prompt any `json:"prompt,omitempty"`
2626
Input any `json:"input,omitempty"`
27+
EncodingFormat string `json:"encoding_format,omitempty"`
28+
Dimensions int `json:"dimensions,omitempty"`
2729
Instruction string `json:"instruction,omitempty"`
2830
Size string `json:"size,omitempty"`
2931
}

0 commit comments

Comments
 (0)