norhan12 commited on
Commit
9be9a08
·
verified ·
1 Parent(s): ec15b8f

Update process_interview.py

Browse files
Files changed (1) hide show
  1. process_interview.py +1 -1
process_interview.py CHANGED
@@ -46,7 +46,7 @@ OUTPUT_DIR = "./processed_audio"
46
  os.makedirs(OUTPUT_DIR, exist_ok=True)
47
 
48
  # API Keys
49
- PINECONE_KEY = os.getenv("PINECONE_KEY")'
50
  ASSEMBLYAI_KEY = os.getenv("ASSEMBLYAI_KEY")
51
  GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
52
 
 
46
  os.makedirs(OUTPUT_DIR, exist_ok=True)
47
 
48
  # API Keys
49
+ PINECONE_KEY = os.getenv("PINECONE_KEY")
50
  ASSEMBLYAI_KEY = os.getenv("ASSEMBLYAI_KEY")
51
  GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
52