diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 01:19:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 01:19:37 -0500 |
| commit | f5b513fa05ddbaaa2149cf0527ae1206e653266b (patch) | |
| tree | 5e3776433b90c16e6cf30acb4468af712c5712da /main.go | |
| parent | 785591ab4cb3026ff069271b6f322a2e6f13eec8 (diff) | |
buttons for different stuffv0.0.6
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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() |
