Spaces:
Running
Running
Carlos Salgado
commited on
Commit
·
3a18c7f
1
Parent(s):
eecb28e
fix generate_metadata
Browse files- scripts.py +1 -1
scripts.py
CHANGED
@@ -93,7 +93,7 @@ def generate_metadata(docs):
|
|
93 |
|
94 |
You are a helpful assistant that understands BIM documents and engineering disciplines. Your answer should be in JSON format and only include the filename, a short description, and the engineering discipline the document belongs to, distinguishing between {[d.value for d in BimDiscipline]} based on the given document."
|
95 |
|
96 |
-
Analyze the provided document, which could be in either German or English. Extract the filename, its description, and infer the engineering discipline it belongs to.
|
97 |
context="
|
98 |
"""
|
99 |
# plain text
|
|
|
93 |
|
94 |
You are a helpful assistant that understands BIM documents and engineering disciplines. Your answer should be in JSON format and only include the filename, a short description, and the engineering discipline the document belongs to, distinguishing between {[d.value for d in BimDiscipline]} based on the given document."
|
95 |
|
96 |
+
Analyze the provided document, which could be in either German or English. Extract the filename, its description, and infer the engineering discipline it belongs to. Document:
|
97 |
context="
|
98 |
"""
|
99 |
# plain text
|