Spaces:
Sleeping
Sleeping
Update document_generator.py
Browse files- document_generator.py +1 -1
document_generator.py
CHANGED
|
@@ -159,7 +159,7 @@ import json
|
|
| 159 |
import re
|
| 160 |
import asyncio
|
| 161 |
import time
|
| 162 |
-
from typing import List, Dict, Optional, Any, Callable
|
| 163 |
from openai import OpenAI
|
| 164 |
import logging
|
| 165 |
import functools
|
|
|
|
| 159 |
import re
|
| 160 |
import asyncio
|
| 161 |
import time
|
| 162 |
+
from typing import List, Dict, Optional, Any, Callable, Union
|
| 163 |
from openai import OpenAI
|
| 164 |
import logging
|
| 165 |
import functools
|