新增difyapi 的Chat 请求运行器

This commit is contained in:
bright141
2024-12-01 17:45:49 +08:00
parent cd46e1c131
commit 9027db8587
2 changed files with 206 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from . import runner
from ..core import app
from .runners import localagent
from .runners import difypai
class RunnerManager: