record inputs and process data when node failed

This commit is contained in:
takatost
2024-03-13 14:55:56 +08:00
parent 5fe0d50cee
commit 737d04361b
7 changed files with 29 additions and 14 deletions

View File

@ -36,7 +36,7 @@ def test_execute_llm(setup_openai_mock):
'type': 'llm',
'model': {
'provider': 'openai',
'name': 'gpt-3.5.turbo',
'name': 'gpt-3.5-turbo',
'mode': 'chat',
'completion_params': {}
},