Merge pull request #781 from zeyugao/main
feat: Pass extra_body in OpenAI request to the backend
This commit is contained in:
@@ -50,6 +50,7 @@ type GeneralOpenAIRequest struct {
|
||||
Dimensions int `json:"dimensions,omitempty"`
|
||||
Modalities any `json:"modalities,omitempty"`
|
||||
Audio any `json:"audio,omitempty"`
|
||||
ExtraBody any `json:"extra_body,omitempty"`
|
||||
}
|
||||
|
||||
type OpenAITools struct {
|
||||
|
||||
Reference in New Issue
Block a user