Skip to content

Commit 41f29a3

Browse files
dolibit-uteldy
andauthored
Update ai.lib.php (#33619)
changed: $arrayofia -> $arrayofai Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
1 parent b50020d commit 41f29a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

htdocs/ai/lib/ai.lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ function getListOfAIServices()
5757
{
5858
global $langs;
5959

60-
$arrayofia = array(
60+
$arrayofai = array(
6161
'-1' => $langs->trans('SelectAService'),
6262
'chatgpt' => 'ChatGPT',
6363
'groq' => 'Groq',
6464
'custom' => 'Custom'
6565
//'gemini' => 'Gemini'
6666
);
6767

68-
return $arrayofia;
68+
return $arrayofai;
6969
}
7070

7171
/**

0 commit comments

Comments
 (0)