mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 05:02:17 +00:00
7 lines
125 B
Go
7 lines
125 B
Go
package dto
|
|
|
|
type PlayGroundRequest struct {
|
|
Model string `json:"model,omitempty"`
|
|
Group string `json:"group,omitempty"`
|
|
}
|