follow up

This commit is contained in:
Yan Lin 2026-01-23 09:05:24 +01:00
parent a95b6a0fdd
commit af842faa8e

View file

@ -6,6 +6,7 @@
settings = {
general.previewFeatures = true;
security.auth.selectedType = "gemini-api-key";
ui = {
useFullWidth = true;
@ -60,4 +61,10 @@
context."GEMINI" = "";
};
# NOTE: API key must be manually created in ~/.gemini/.env
# The file should contain:
# GEMINI_API_KEY=your-api-key
# Get your API key from https://aistudio.google.com/apikey
# Make sure to set permissions: chmod 600 ~/.gemini/.env
}