Searched refs:modeltype (Results 1 – 1 of 1) sorted by relevance
14 protected $modeltype; variable in dokuwiki\\plugin\\aichat\\ModelSetting20 $this->modeltype = $params['type'] ?? 'chat';32 if (!isset($models[$this->modeltype])) continue;35 foreach (array_keys($models[$this->modeltype]) as $model) {