Spaces:
Paused
Paused
truegleai commited on
Commit ·
7a1e965
1
Parent(s): 75a7bdd
fix: add .env.production with OpenRouter key for HF Space build
Browse files- .env.production +3 -0
.env.production
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
NEXT_PUBLIC_OPENROUTER_API_KEY=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
|
| 2 |
+
NEXT_PUBLIC_OPENROUTER_MODEL=qwen/qwen3-coder:free
|
| 3 |
+
NEXT_PUBLIC_APP_URL=https://truegleai-andrew-dev1-1.hf.space
|