18 lines
548 B
Plaintext
18 lines
548 B
Plaintext
menu "ESP-Brookesia: Agent Openai Configurations"
|
|
config BROOKESIA_AGENT_OPENAI_ENABLE_CONFIGS
|
|
bool
|
|
select MBEDTLS_SSL_PROTO_DTLS
|
|
select ESP_WS_CLIENT_SEPARATE_TX_LOCK
|
|
default y
|
|
|
|
config BROOKESIA_AGENT_OPENAI_ENABLE_AUTO_REGISTER
|
|
bool "Enable automatic plugin registration"
|
|
default y
|
|
help
|
|
Automatically register the agent as a plugin on startup.
|
|
|
|
config BROOKESIA_AGENT_OPENAI_ENABLE_DEBUG_LOG
|
|
bool "Enable debug or lower level logs"
|
|
default n
|
|
endmenu
|