Export and Import

This commit is contained in:
2026-08-20 10:05:44 +02:00
parent c535febbc4
commit f7067d8585
4 changed files with 26 additions and 22 deletions
+4
View File
@@ -1,7 +1,11 @@
import os
from pathlib import Path
API_KEY = os.environ.get("GEMINI_API_KEY")
EXPORT_DIR = Path("Export")
IMPORT_DIR = Path("Import")
# Modèle pour des choses très légères
MODEL_LITE_ID = "gemini-3.5-flash-lite"