Skip to content

Commit df62492

Browse files
committed
fix(tests): update model name and mode in test_multimodal.py
1 parent 781536f commit df62492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/llm/test_openai/test_multimodal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
pdf_base64 = base64.b64encode(open(pdf_path, "rb").read()).decode("utf-8")
1818
pdf_base64_string = f"data:application/pdf;base64,{pdf_base64}"
1919

20-
models = ["gpt-4.1-mini"]
20+
models = ["gpt-4.1-nano"]
2121
modes = [
22-
instructor.Mode.JSON_SCHEMA,
22+
instructor.Mode.TOOLS,
2323
]
2424

2525

0 commit comments

Comments
 (0)