mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 03:37:44 +08:00
record inputs and process data when node failed
This commit is contained in:
@ -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': {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user