We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50020d commit 41f29a3Copy full SHA for 41f29a3
1 file changed
htdocs/ai/lib/ai.lib.php
@@ -57,15 +57,15 @@ function getListOfAIServices()
57
{
58
global $langs;
59
60
- $arrayofia = array(
+ $arrayofai = array(
61
'-1' => $langs->trans('SelectAService'),
62
'chatgpt' => 'ChatGPT',
63
'groq' => 'Groq',
64
'custom' => 'Custom'
65
//'gemini' => 'Gemini'
66
);
67
68
- return $arrayofia;
+ return $arrayofai;
69
}
70
71
/**
0 commit comments