Spaces:
Sleeping
Sleeping
Update tweet_analyzer.py
Browse files- tweet_analyzer.py +1 -1
tweet_analyzer.py
CHANGED
@@ -9,7 +9,7 @@ from datetime import datetime
|
|
9 |
class TweetDatasetProcessor:
|
10 |
def __init__(self):
|
11 |
load_dotenv()
|
12 |
-
self.groq_client = groq.Groq(api_key=os.getenv('
|
13 |
self.tweets = []
|
14 |
self.personality_profile = {}
|
15 |
|
|
|
9 |
class TweetDatasetProcessor:
|
10 |
def __init__(self):
|
11 |
load_dotenv()
|
12 |
+
self.groq_client = groq.Groq(api_key=os.getenv('Groq_api'))
|
13 |
self.tweets = []
|
14 |
self.personality_profile = {}
|
15 |
|