Spaces:
Sleeping
Sleeping
Commit ·
300d59f
1
Parent(s): c0126fb
Track env example for Space Docker build.
Browse filesAllow and include openenv-polypharmacy/.env.example so Hugging Face can resolve the Docker COPY step during image build.
Made-with: Cursor
- .gitignore +1 -0
- openenv-polypharmacy/.env.example +3 -0
.gitignore
CHANGED
|
@@ -4,6 +4,7 @@ venv/
|
|
| 4 |
env/
|
| 5 |
.env
|
| 6 |
.env.*
|
|
|
|
| 7 |
*.py[cod]
|
| 8 |
__pycache__/
|
| 9 |
.pytest_cache/
|
|
|
|
| 4 |
env/
|
| 5 |
.env
|
| 6 |
.env.*
|
| 7 |
+
!openenv-polypharmacy/.env.example
|
| 8 |
*.py[cod]
|
| 9 |
__pycache__/
|
| 10 |
.pytest_cache/
|
openenv-polypharmacy/.env.example
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
GROQ_API_KEY=your_groq_api_key_here
|
| 2 |
+
GROQ_BASE_URL=https://api.groq.com/openai/v1
|
| 3 |
+
GROQ_MODEL_NAME=llama-3.3-70b-versatile
|