wifix199 commited on
Commit
fc69e53
·
verified ·
1 Parent(s): 8f043b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")" # Replace with your 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):