Skip to content

Commit 9ec8193

Browse files
committed
debug mode
1 parent 9c7e21c commit 9ec8193

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
class Config:
99
GEMINI_API_KEY = GEMINI_API_KEY
1010
MAX_HISTORY_MESSAGES = 10
11+
DEBUG_MODE = os.getenv("DEBUG_MODE", "False").lower() == "true"

0 commit comments

Comments
 (0)