Merge branch 'main' into feat/workflow-parallel-support

This commit is contained in:
StyleZhang
2024-09-04 15:22:57 +08:00
74 changed files with 700 additions and 270 deletions

View File

@ -126,7 +126,9 @@ class LLMNode(BaseNode):
'prompts': PromptMessageUtil.prompt_messages_to_prompt_for_saving(
model_mode=model_config.mode,
prompt_messages=prompt_messages
)
),
'model_provider': model_config.provider,
'model_name': model_config.model,
}
# handle invoke result