chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:04:24 -07:00
commit c1075082b3
15 changed files with 370 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
menu "Gemini Chat Config"
config GEMINI_API_KEY
string "Gemini API Key"
help
Paste the API key from Google AI Studio.
config WIFI_SSID
string "WiFi SSID"
config WIFI_PASS
string "WiFi Password"
config GEMINI_MODEL
string "Gemini model name"
default "gemini-2.5-flash"
endmenu