mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-13 01:07:12 +00:00
refactor
This commit is contained in:
9
ollama/__init__.py
Normal file
9
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