mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 08:47:01 +00:00
9
python/ollama/__init__.py
Normal file
9
python/ollama/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from ollama.model import models
|
||||
from ollama.engine import generate, load, unload
|
||||
|
||||
__all__ = [
|
||||
'models',
|
||||
'generate',
|
||||
'load',
|
||||
'unload',
|
||||
]
|
||||
Reference in New Issue
Block a user