norhan12 commited on
Commit
81affdc
·
verified ·
1 Parent(s): 1f5a4a9

Update process_interview.py

Browse files
Files changed (1) hide show
  1. process_interview.py +1 -1
process_interview.py CHANGED
@@ -47,7 +47,7 @@ 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
 
53
  def download_audio_from_url(url: str) -> str:
 
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
 
53
  def download_audio_from_url(url: str) -> str: