fix: [llm tests] tests changed for settings

llm_tests
iglocska 2023-10-17 22:29:07 +02:00
parent 4479b7f964
commit e513e8ec52
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 2 deletions

View File

@ -7630,7 +7630,7 @@ class Server extends AppModel
'level' => 1,
'description' => __('The url of the LLM REST service.'),
'value' => '',
'test' => 'validateURL',
'test' => 'testForEmpty',
'type' => 'string',
'null' => 'true'
],
@ -7638,7 +7638,7 @@ class Server extends AppModel
'level' => 1,
'description' => __('The authentication key for the LLM REST service.'),
'value' => '',
'test' => 'notEmpty',
'test' => 'testForEmpty',
'type' => 'string',
'null' => 'true'
]