Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 597 Bytes

File metadata and controls

19 lines (14 loc) · 597 Bytes

Gemini

A powershell module for interacting with Google Gemini AI models.

FAQs

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].vars
I don't have to remember all the names. I just have to know where to look. ie:
[Gemini].vars