Spaces:
Sleeping
Sleeping
Mikeplockhart
commited on
Commit
•
f2cd66b
1
Parent(s):
e800a62
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ client = Groq(
|
|
14 |
|
15 |
# loading data
|
16 |
json_path = "format_food.json"
|
17 |
-
json_path = "llama70b_food_dump.json"
|
18 |
|
19 |
def metadata_func(record: dict, metadata: dict) -> dict:
|
20 |
metadata["title"] = record.get("title")
|
|
|
14 |
|
15 |
# loading data
|
16 |
json_path = "format_food.json"
|
|
|
17 |
|
18 |
def metadata_func(record: dict, metadata: dict) -> dict:
|
19 |
metadata["title"] = record.get("title")
|