npc0 commited on
Commit
6caf7dd
·
verified ·
1 Parent(s): f165873

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from epub2txt import epub2txt
12
  # --- Configuration and Constants ---
13
  MODEL_NAME = os.getenv("POE_MODEL", "GPT-5-mini")
14
  PROMPT = os.getenv("prompt", "Summarize the following text:")
 
15
  KEYS_FILE = "user_keys.json"
16
 
17
  # --- Helper Functions for Security and User Management ---
 
12
  # --- Configuration and Constants ---
13
  MODEL_NAME = os.getenv("POE_MODEL", "GPT-5-mini")
14
  PROMPT = os.getenv("prompt", "Summarize the following text:")
15
+ print(PROMPT)
16
  KEYS_FILE = "user_keys.json"
17
 
18
  # --- Helper Functions for Security and User Management ---