We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c464e commit 06a3fc5Copy full SHA for 06a3fc5
relay/model/general.go
@@ -24,6 +24,8 @@ type GeneralOpenAIRequest struct {
24
User string `json:"user,omitempty"`
25
Prompt any `json:"prompt,omitempty"`
26
Input any `json:"input,omitempty"`
27
+ EncodingFormat string `json:"encoding_format,omitempty"`
28
+ Dimensions int `json:"dimensions,omitempty"`
29
Instruction string `json:"instruction,omitempty"`
30
Size string `json:"size,omitempty"`
31
}
0 commit comments