Afeezee commited on
Commit
7aebe7c
·
verified ·
1 Parent(s): 17d89c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from difflib import SequenceMatcher
6
  import soundfile as sf
7
  import os
8
 
9
- api_key = os.environ.getattribute("Profero")
10
 
11
  # Initialize Groq client with API key
12
  client = Groq(api_key= api_key)
 
6
  import soundfile as sf
7
  import os
8
 
9
+ api_key = os.getenv("Profero")
10
 
11
  # Initialize Groq client with API key
12
  client = Groq(api_key= api_key)