Skip to content

ositoMalvado/ahk_GeminiChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visitor Count

First release!

You can only send text and receive text for now

#Requires AutoHotkey v2.0
#Include GemChat.ahk

; Get your API_KEY for free here: https://aistudio.google.com/app/apikey?hl=es-419

chat := GeminiChat(
    FileRead("api_key"),
    "gemini-1.5-flash",
    "my_chat.json")

while true{
    MsgBox(
        chat.SendMessage(
            InputBox("Write a message for Gemini:").Value
        )
    )
}

About

Ask to Gemini IA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published