config.py gelöscht

This commit is contained in:
2026-07-04 19:37:34 +00:00
parent 8a586b8e47
commit f26beab3eb
-8
View File
@@ -1,8 +0,0 @@
import os
from dotenv import load_dotenv
load_dotenv()
GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
MODEL_NAME = "gemini-2.5-flash"