spuuntries
commited on
Commit
·
df95236
1
Parent(s):
53eff20
fix!: forgot to remove testing key lmoa
Browse filesdw it's not usable anymore, unfortunately
app.py
CHANGED
@@ -9,7 +9,7 @@ import re
|
|
9 |
|
10 |
client = InferenceClient(
|
11 |
base_url="https://openrouter.ai/api/v1",
|
12 |
-
api_key="
|
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 |
|