Skip to content

Commit

Permalink
fix: added missing Audio import in multimodal
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Oct 20, 2024
1 parent c882926 commit 326be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/llm/test_openai/test_multimodal.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 326be4b

Please sign in to comment.