spuuntries commited on
Commit
df95236
·
1 Parent(s): 53eff20

fix!: forgot to remove testing key lmoa

Browse files

dw it's not usable anymore, unfortunately

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import re
9
 
10
  client = InferenceClient(
11
  base_url="https://openrouter.ai/api/v1",
12
- api_key="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",
13
  )
14
 
15
 
 
9
 
10
  client = InferenceClient(
11
  base_url="https://openrouter.ai/api/v1",
12
+ api_key=os.environ.get("API_KEY", "funni-funni"),
13
  )
14
 
15