mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-13 21:57:16 +08:00
fix: export Image model
Allows construction of `Message(..., images=Image(value=...))` without having to import from `._types`
This commit is contained in:
parent
70dd0b7e63
commit
9057705bc0
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user