mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-22 06:43:57 +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