mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
add workflow logics
This commit is contained in:
@ -6,7 +6,6 @@ from typing import Optional, cast
|
||||
|
||||
from core.entities.application_entities import (
|
||||
AdvancedCompletionPromptTemplateEntity,
|
||||
AppMode,
|
||||
ModelConfigEntity,
|
||||
PromptTemplateEntity,
|
||||
)
|
||||
@ -24,6 +23,7 @@ from core.model_runtime.entities.model_entities import ModelPropertyKey
|
||||
from core.model_runtime.model_providers.__base.large_language_model import LargeLanguageModel
|
||||
from core.prompt.prompt_builder import PromptBuilder
|
||||
from core.prompt.prompt_template import PromptTemplateParser
|
||||
from models.model import AppMode
|
||||
|
||||
|
||||
class ModelMode(enum.Enum):
|
||||
|
||||
Reference in New Issue
Block a user