summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 01:19:37 -0500
committerJeff Carr <[email protected]>2025-09-03 01:19:37 -0500
commitf5b513fa05ddbaaa2149cf0527ae1206e653266b (patch)
tree5e3776433b90c16e6cf30acb4468af712c5712da /main.go
parent785591ab4cb3026ff069271b6f322a2e6f13eec8 (diff)
buttons for different stuffv0.0.6
Diffstat (limited to 'main.go')
-rw-r--r--main.go10
1 files changed, 4 insertions, 6 deletions
diff --git a/main.go b/main.go
index 3d731d0..ea0f24b 100644
--- a/main.go
+++ b/main.go
@@ -64,12 +64,10 @@ func main() {
log.Printf("The current Gemini API session is UUID: %s\n", me.lastChat.GetUuid())
}
- /*
- err := doConnect()
- if err != nil {
- badExit(err)
- }
- */
+ err = initGeminiAPI()
+ if err != nil {
+ badExit(err)
+ }
if argv.JsonFile != "" {
doJSON()