Spaces:
Running
Running
Update parse.py
Browse files
parse.py
CHANGED
@@ -32,4 +32,4 @@ def parse_with_groq(dom_chunks, parse_description, model="llama3-8b-8192"):
|
|
32 |
print(f"Parsed batch: {i} of {len(dom_chunks)}")
|
33 |
parsed_results.append(response.choices[0].message.content) # Access the content
|
34 |
|
35 |
-
return "\n".join(parsed_results)
|
|
|
32 |
print(f"Parsed batch: {i} of {len(dom_chunks)}")
|
33 |
parsed_results.append(response.choices[0].message.content) # Access the content
|
34 |
|
35 |
+
return "\n".join(parsed_results)
|