From 326be4b4c4f53deb03134debf26d75e500593862 Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Sun, 20 Oct 2024 18:47:33 +0800 Subject: [PATCH] fix: added missing Audio import in multimodal --- tests/llm/test_openai/test_multimodal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llm/test_openai/test_multimodal.py b/tests/llm/test_openai/test_multimodal.py index 611b10123..d6161885f 100644 --- a/tests/llm/test_openai/test_multimodal.py +++ b/tests/llm/test_openai/test_multimodal.py @@ -1,5 +1,5 @@ import pytest -from instructor.multimodal import Image +from instructor.multimodal import Image, Audio import instructor from pydantic import Field, BaseModel from itertools import product