Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 ---
|