Home
last modified time | relevance | path

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

/plugin/aichat/
DModelFactory.php106 * @param string $typeOnly Only return models of this type ('chat' or 'embedding')
109 public function getModels($availableOnly = false, $typeOnly = '') argument
135 return $typeOnly ? $result[$typeOnly] : $result;