Jayant-Kernel commited on
security: remove real API key from .env.example
Browse files- .env.example +1 -1
.env.example
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
OPENAI_API_KEY=sk-proj-
|
| 2 |
VITE_HF_TOKEN=hf_...your-huggingface-token-here...
|
| 3 |
GRADER_CACHE_PATH=./grader_cache.json
|
|
|
|
| 1 |
+
OPENAI_API_KEY=sk-proj-...your-openai-key-here...
|
| 2 |
VITE_HF_TOKEN=hf_...your-huggingface-token-here...
|
| 3 |
GRADER_CACHE_PATH=./grader_cache.json
|