astro21 commited on
Commit
7366e67
1 Parent(s): 80ea012

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -10,7 +10,7 @@ from prompt_template import template_format_instructions, template
10
  from typing import List
11
 
12
  # Create a directory to store temporary files
13
- TEMP_DIR = "/code/temp_files"
14
  # if not os.path.exists(TEMP_DIR):
15
  # os.makedirs(TEMP_DIR)
16
 
 
10
  from typing import List
11
 
12
  # Create a directory to store temporary files
13
+ TEMP_DIR = "/temp_files"
14
  # if not os.path.exists(TEMP_DIR):
15
  # os.makedirs(TEMP_DIR)
16