pvanand commited on
Commit
ada64d9
1 Parent(s): e3cfbf6

Update document_generator.py

Browse files
Files changed (1) hide show
  1. document_generator.py +1 -0
document_generator.py CHANGED
@@ -44,6 +44,7 @@ DOCUMENT_SECTION_PROMPT_USER = """<prompt>Output the content for the section "{s
44
  import os
45
  import json
46
  import re
 
47
  from typing import List, Dict, Optional, Any, Callable
48
  from openai import OpenAI
49
  import logging
 
44
  import os
45
  import json
46
  import re
47
+ import time
48
  from typing import List, Dict, Optional, Any, Callable
49
  from openai import OpenAI
50
  import logging