We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358ae4e commit 75f59f9Copy full SHA for 75f59f9
.env.example
@@ -13,8 +13,8 @@ REDIS_CONNECTIONS_THRESHOLD=100
13
14
# UPDATER
15
AUTO_UPDATE_CATALOGS=True
16
-CATALOG_REFRESH_INTERVAL_SECONDS=6*60*60
+CATALOG_REFRESH_INTERVAL_SECONDS=21600 # 6*60*60 every ~6 hours
17
18
# AI Catalog name generation
19
-GEMINI_API_KEY=<your_gemini_api_key>
+GEMINI_API_KEY=<your_gemini_api_key> # Optional
20
DEFAULT_GEMINI_MODEL="gemma-3-27b-it"
0 commit comments