add ollama cmd

This commit is contained in:
canyuan
2024-07-08 21:08:07 +08:00
parent 987b3dc4ef
commit 2bdc3468d1
2 changed files with 113 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ from . import entities, operator, errors
from ..config import manager as cfg_mgr
# 引入所有算子以便注册
from .operators import func, plugin, default, reset, list as list_cmd, last, next, delc, resend, prompt, cmd, help, version, update
from .operators import func, plugin, default, reset, list as list_cmd, last, next, delc, resend, prompt, cmd, help, version, update, ollama
class CommandManager: