mirror of
https://github.com/langgenius/dify.git
synced 2026-03-28 01:29:55 +08:00
add completion app creation back
This commit is contained in:
@ -22,7 +22,7 @@ from core.tools.utils.configuration import ToolParameterConfigurationManager
|
||||
from core.tools.tool_manager import ToolManager
|
||||
|
||||
|
||||
ALLOW_CREATE_APP_MODES = ['chat', 'agent-chat', 'advanced-chat', 'workflow']
|
||||
ALLOW_CREATE_APP_MODES = ['chat', 'agent-chat', 'advanced-chat', 'workflow', 'completion']
|
||||
|
||||
|
||||
class AppListApi(Resource):
|
||||
|
||||
Reference in New Issue
Block a user