Spaces:
Sleeping
Sleeping
Update gpt_analyzer.py
Browse files- gpt_analyzer.py +1 -1
gpt_analyzer.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# gpt_analyzer.py
|
2 |
import json
|
3 |
from openai import OpenAI
|
4 |
-
from typing import Dict, Any
|
5 |
|
6 |
class GPTAnalyzer:
|
7 |
def __init__(self, api_key: str):
|
|
|
1 |
# gpt_analyzer.py
|
2 |
import json
|
3 |
from openai import OpenAI
|
4 |
+
from typing import Dict, List, Any
|
5 |
|
6 |
class GPTAnalyzer:
|
7 |
def __init__(self, api_key: str):
|