Spaces:
Running
Running
Update app.py
#1
by
Daemontatox
- opened
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=
|
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=OPEN_API_KEY # Replace with your OpenRouter API Key
|
14 |
)
|
15 |
|
16 |
def voice_assistant(audio_filepath):
|