You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
657 B
Plaintext
24 lines
657 B
Plaintext
menu "Example Configuration"
|
|
|
|
config ESP_WIFI_SSID
|
|
string "WiFi SSID"
|
|
default "My Network SSID"
|
|
help
|
|
SSID (network name) for the example to connect to.
|
|
config ESP_WIFI_PASSWORD
|
|
string "WiFi Password"
|
|
default "My Password"
|
|
help
|
|
WiFi password (WPA or WPA2) for the example to use.
|
|
config OPENAI_API_KEY
|
|
string "OpenAI Key"
|
|
default "sk-xxxxxxxx"
|
|
help
|
|
OpenAI api key for the example to use.
|
|
config OPENAI_URL
|
|
string "Base URL"
|
|
default "https://api.openai.com/v1/"
|
|
help
|
|
Base URL for OpenAI API
|
|
|
|
endmenu |