Home
last modified time | relevance | path

Searched refs:modeltype (Results 1 – 1 of 1) sorted by relevance

/plugin/aichat/
DModelSetting.php14 protected $modeltype; variable in dokuwiki\\plugin\\aichat\\ModelSetting
20 $this->modeltype = $params['type'] ?? 'chat';
32 if (!isset($models[$this->modeltype])) continue;
35 foreach (array_keys($models[$this->modeltype]) as $model) {