Manasa1 commited on
Commit
2317b49
·
verified ·
1 Parent(s): eaac375

Update tweet_analyzer.py

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