mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 17:38:10 +00:00
feat: restructure plugin system, add Lua plugin support, update docs
This commit is contained in:
@ -122,6 +122,7 @@ type ImageProcessingConfig struct {
|
||||
FallbackModel string `json:"fallback_model" yaml:"fallback_model"`
|
||||
DescribePrompt string `json:"describe_prompt" yaml:"describe_prompt"`
|
||||
OCREnabled bool `json:"ocr_enabled" yaml:"ocr_enabled"`
|
||||
OCRPrompt string `json:"ocr_prompt" yaml:"ocr_prompt"`
|
||||
}
|
||||
|
||||
type AudioProcessingConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user