Searched refs:apiurl (Results 1 – 8 of 8) sorted by relevance
50 protected $apiurl = ''; variable in dokuwiki\\plugin\\aichat\\Model\\AbstractModel77 if ($this->apiurl === '') {79 $this->apiurl = $this->getFromConf('apiurl', '');81 $this->apiurl = rtrim($this->apiurl, '/');
41 $url = $this->apiurl . '/' . $endpoint;99 $url = $this->apiurl . '/models';
14 protected $apiurl = 'https://api.openai.com/v1/'; variable in dokuwiki\\plugin\\aichat\\Model\\OpenAI\\AbstractOpenAIModel
10 protected $apiurl = 'https://api.groq.com/openai/v1'; variable in dokuwiki\\plugin\\aichat\\Model\\Groq\\ChatModel
15 protected $apiurl = 'https://api.mistral.ai/v1/'; variable in dokuwiki\\plugin\\aichat\\Model\\Mistral\\AbstractMistralModel
12 protected $apiurl = 'https://api.voyageai.com/v1/'; variable in dokuwiki\\plugin\\aichat\\Model\\VoyageAI\\EmbeddingModel
30 $url = $this->apiurl . '/show';
444 $apiurl = uc_api_url('pm_client', 'ls', "uid=$uid", ($newpm ? '&folder=newbox' : ''));448 @header("location: $apiurl");467 …$apiurl = uc_api_url('pm_client', 'send', "uid=$fromuid", "&msgto=$msgto&subject=$subject&message=…471 @header("location: ".$apiurl);