Home
last modified time | relevance | path

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

/plugin/aichat/Model/Ollama/
DAbstractOllama.php20 $apiKey = $this->getFromConf('apikey');
/plugin/aichat/Model/Reka/
DChatModel.php15 $http->headers['x-api-key'] = $this->getFromConf('apikey');
/plugin/aichat/Model/Anthropic/
DChatModel.php15 $http->headers['x-api-key'] = $this->getFromConf('apikey');
/plugin/aichat/Model/
DAbstractModel.php79 $this->apiurl = $this->getFromConf('apiurl', '');
348 public function getFromConf(string $key, $default = null) function in dokuwiki\\plugin\\aichat\\Model\\AbstractModel
/plugin/aichat/Model/Gemini/
DAbstractGeminiModel.php18 $this->apikey = $this->getFromConf('apikey');
/plugin/aichat/Model/Generic/
DAbstractGenericModel.php24 $apiKey = $this->getFromConf('apikey', ''); //auth is optional