Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Gemini ====== ===== CLI ===== Get [[https://aistudio.google.com/apikey|API KEY]] from google studio Install gemini-cli <code bash> yay -S gemini </code> Add KEY to environment <code bash> # fish echo 'set -x GEMINI_API_KEY "..."' >> ~/.config/fish/config.fish # bash echo "GEMINI_API_KEY=..." >> ~/.bashrc </code> tips/gemini.txt Last modified: 2025/06/28 08:42by sscipioni