Files
APIPark/module/ai/dto/input.go
T
2024-09-24 14:15:52 +08:00

10 lines
128 B
Go

package ai_dto
type UpdateLLM struct {
LLM string `json:"llm"`
}
type UpdateConfig struct {
Config string `json:"config"`
}