A powershell module for interacting with Google Gemini AI models.
why keep all variables in [Gemini].vars ?
⤷ Its easier to manage them that way. If I wanted to make them global variables, it would be a pain to know all their names, but in this way if I want them to be globlal I can just make $one_unique_global_variable = [Gemini].varsI don't have to remember all the names. I just have to know where to look. ie:
[Gemini].vars