Skip to content

Commit d8bcdc2

Browse files
committed
Update test LLM
1 parent 43ccb0b commit d8bcdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_bco_rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def setup_bcorag() -> BcoRag:
5656
)
5757

5858
user_selection = create_user_selections(
59-
llm="gpt-4-turbo",
59+
llm="gpt-4o",
6060
embedding_model="text-embedding-3-small",
6161
filename="High resolution measurement.pdf",
6262
filepath=os.path.join(

0 commit comments

Comments
 (0)