follow up
This commit is contained in:
parent
a95b6a0fdd
commit
af842faa8e
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
general.previewFeatures = true;
|
general.previewFeatures = true;
|
||||||
|
security.auth.selectedType = "gemini-api-key";
|
||||||
|
|
||||||
ui = {
|
ui = {
|
||||||
useFullWidth = true;
|
useFullWidth = true;
|
||||||
|
|
@ -60,4 +61,10 @@
|
||||||
|
|
||||||
context."GEMINI" = "";
|
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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue