davidlms commited on
Commit
b918d7a
·
verified ·
1 Parent(s): 19d1867

Update describepdf/config.py

Browse files
Files changed (1) hide show
  1. describepdf/config.py +1 -1
describepdf/config.py CHANGED
@@ -16,7 +16,7 @@ logger = logging.getLogger('describepdf')
16
 
17
  # Directory containing prompt templates (making path absolute by using current file location)
18
  SCRIPT_DIR = pathlib.Path(__file__).parent.parent.absolute()
19
- PROMPTS_DIR = pathlib.Path(SCRIPT_DIR) / "prompts"
20
 
21
  # Default configuration values
22
  DEFAULT_CONFIG: Dict[str, Any] = {
 
16
 
17
  # Directory containing prompt templates (making path absolute by using current file location)
18
  SCRIPT_DIR = pathlib.Path(__file__).parent.parent.absolute()
19
+ PROMPTS_DIR = "prompts"
20
 
21
  # Default configuration values
22
  DEFAULT_CONFIG: Dict[str, Any] = {