Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import torch
|
|
10 |
# OpenRouter API Setup
|
11 |
client = OpenAI(
|
12 |
base_url="https://openrouter.ai/api/v1",
|
13 |
-
api_key=os.getenv("OPENROUTER_API_KEY")
|
14 |
)
|
15 |
|
16 |
def voice_assistant(audio_filepath):
|
|
|
10 |
# OpenRouter API Setup
|
11 |
client = OpenAI(
|
12 |
base_url="https://openrouter.ai/api/v1",
|
13 |
+
api_key=os.getenv("OPENROUTER_API_KEY") # Replace with your OpenRouter API Key
|
14 |
)
|
15 |
|
16 |
def voice_assistant(audio_filepath):
|