Export and Import
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user