Spaces:
Running
Running
naveenvenkatesh
commited on
Commit
•
cf20f32
1
Parent(s):
1d3e842
Update Tags_Extractor.py
Browse files- Tags_Extractor.py +5 -4
Tags_Extractor.py
CHANGED
@@ -7,10 +7,11 @@ class Tags:
|
|
7 |
"""
|
8 |
Initialize the Extractor class.
|
9 |
"""
|
10 |
-
openai.api_type = os.getenv['api_type']
|
11 |
-
openai.api_base = os.getenv['api_base']
|
12 |
-
openai.api_version = os.getenv['api_version']
|
13 |
-
openai.api_key = os.getenv['api_key']
|
|
|
14 |
|
15 |
|
16 |
def extract_tags(self,extracted_summary):
|
|
|
7 |
"""
|
8 |
Initialize the Extractor class.
|
9 |
"""
|
10 |
+
# openai.api_type = os.getenv['api_type']
|
11 |
+
# openai.api_base = os.getenv['api_base']
|
12 |
+
# openai.api_version = os.getenv['api_version']
|
13 |
+
# openai.api_key = os.getenv['api_key']
|
14 |
+
pass
|
15 |
|
16 |
|
17 |
def extract_tags(self,extracted_summary):
|