Skip to content

Commit

Permalink
Merge pull request #384 from akx/export-image-model
Browse files Browse the repository at this point in the history
fix: export Image model
  • Loading branch information
mxyng authored Dec 17, 2024
2 parents 70dd0b7 + 9057705 commit 4daf4af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ollama/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from ollama._types import (
Options,
Message,
Image,
Tool,
GenerateResponse,
ChatResponse,
Expand All @@ -21,6 +22,7 @@
'AsyncClient',
'Options',
'Message',
'Image',
'Tool',
'GenerateResponse',
'ChatResponse',
Expand Down

0 comments on commit 4daf4af

Please sign in to comment.