mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
10 lines
128 B
Go
10 lines
128 B
Go
package ai_dto
|
|
|
|
type UpdateLLM struct {
|
|
LLM string `json:"llm"`
|
|
}
|
|
|
|
type UpdateConfig struct {
|
|
Config string `json:"config"`
|
|
}
|