Rathapoom commited on
Commit
8cb093a
·
verified ·
1 Parent(s): 27f67e3

Update gpt_analyzer.py

Browse files
Files changed (1) hide show
  1. 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):