record inputs and process data when node failed

This commit is contained in:
takatost
2024-03-13 14:55:56 +08:00
parent da3e1e9d14
commit 2b4b6817a3
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': {}
},