mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Remove one choice
This commit is contained in:
@@ -76,10 +76,8 @@ function getListOfAIServices()
|
||||
*/
|
||||
function getListForAISummarize()
|
||||
{
|
||||
global $langs;
|
||||
|
||||
$arrayforaisummarize = array(
|
||||
'20_w' => 'SummarizeTwentyWords',
|
||||
//'20_w' => 'SummarizeTwentyWords',
|
||||
'50_w' => 'SummarizeFiftyWords',
|
||||
'100_w' => 'SummarizeHundredWords',
|
||||
'200_w' => 'SummarizeTwoHundredWords',
|
||||
|
||||
Reference in New Issue
Block a user