Skip to content

Commit 33376e8

Browse files
committed
formatting
1 parent e77b014 commit 33376e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/scripts/simple_eval.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
openai_tools = []
1515

1616
if CONFIG.vector_store_id is not None:
17-
openai_tools.append({"type": "file_search", "vector_store_ids": [CONFIG.vector_store_id]})
17+
openai_tools.append(
18+
{"type": "file_search", "vector_store_ids": [CONFIG.vector_store_id]}
19+
)
1820

1921
# 1. Load the dataset - updated to use path relative to this script
2022
script_dir = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)