Merge pull request #384 from akx/export-image-model

fix: export Image model
This commit is contained in:
Michael Yang
2024-12-17 12:59:50 -08:00
committed by GitHub

View File

@@ -2,6 +2,7 @@ from ollama._client import Client, AsyncClient
from ollama._types import (
Options,
Message,
Image,
Tool,
GenerateResponse,
ChatResponse,
@@ -21,6 +22,7 @@ __all__ = [
'AsyncClient',
'Options',
'Message',
'Image',
'Tool',
'GenerateResponse',
'ChatResponse',