Daemontatox commited on
Commit
5f3fd61
·
verified ·
1 Parent(s): bfc5bba

Update app.py

Browse files

Add it as a secret instead, anyone could use and abuse your api key.

Add it as secret in the settings tab

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="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" # 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=OPEN_API_KEY # Replace with your OpenRouter API Key
14
  )
15
 
16
  def voice_assistant(audio_filepath):