Spaces:
Running
Running
Update document_generator.py
Browse files- 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
|