Timmyafolami commited on
Commit
aed0d9b
1 Parent(s): 61e2ae3

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -10,7 +10,7 @@ import os
10
  load_dotenv()
11
 
12
  # setting up groq api key
13
- os.environ["GROQ_API_KEY"] = os.getenv.groq_api_key
14
 
15
  # chat set up
16
  class DataScienceConsultant:
 
10
  load_dotenv()
11
 
12
  # setting up groq api key
13
+ os.environ["GROQ_API_KEY"] = os.getenv('groq_api_key')
14
 
15
  # chat set up
16
  class DataScienceConsultant: