mirror of
https://github.com/ollama/ollama-python.git
synced 2026-09-12 14:09:55 +00:00
Merge pull request #384 from akx/export-image-model
fix: export Image model
This commit is contained in:
@@ -2,6 +2,7 @@ from ollama._client import Client, AsyncClient
|
|||||||
from ollama._types import (
|
from ollama._types import (
|
||||||
Options,
|
Options,
|
||||||
Message,
|
Message,
|
||||||
|
Image,
|
||||||
Tool,
|
Tool,
|
||||||
GenerateResponse,
|
GenerateResponse,
|
||||||
ChatResponse,
|
ChatResponse,
|
||||||
@@ -21,6 +22,7 @@ __all__ = [
|
|||||||
'AsyncClient',
|
'AsyncClient',
|
||||||
'Options',
|
'Options',
|
||||||
'Message',
|
'Message',
|
||||||
|
'Image',
|
||||||
'Tool',
|
'Tool',
|
||||||
'GenerateResponse',
|
'GenerateResponse',
|
||||||
'ChatResponse',
|
'ChatResponse',
|
||||||
|
|||||||
Reference in New Issue
Block a user