This commit is contained in:
JustSong 2023-08-26 13:36:58 +08:00
commit 373f50c8eb

View File

@ -40,6 +40,7 @@ type GeneralOpenAIRequest struct {
Input any `json:"input,omitempty"`
Instruction string `json:"instruction,omitempty"`
Size string `json:"size,omitempty"`
Functions any `json:"functions,omitempty"`
}
type ChatRequest struct {