We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7e21c commit 9ec8193Copy full SHA for 9ec8193
1 file changed
config.py
@@ -8,3 +8,4 @@
8
class Config:
9
GEMINI_API_KEY = GEMINI_API_KEY
10
MAX_HISTORY_MESSAGES = 10
11
+ DEBUG_MODE = os.getenv("DEBUG_MODE", "False").lower() == "true"
0 commit comments