Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from groq import Groq
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Load API key from Hugging Face Secrets
|
| 6 |
-
client = Groq(api_key=os.environ.get("
|
| 7 |
|
| 8 |
def get_recommendation(quantity, food_type, expiry_hours):
|
| 9 |
# Basic logic (fast + reliable)
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Load API key from Hugging Face Secrets
|
| 6 |
+
client = Groq(api_key=os.environ.get("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"))
|
| 7 |
|
| 8 |
def get_recommendation(quantity, food_type, expiry_hours):
|
| 9 |
# Basic logic (fast + reliable)
|