Update process_interview.py
Browse files- 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 =
|
| 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:
|