Home
last modified time | relevance | path

Searched defs:parseAPIResponse (Results 1 – 8 of 8) sorted by relevance

/plugin/aichat/Model/Mistral/
H A DAbstractMistralModel.php18 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Mistral\\AbstractMistralModel
/plugin/aichat/Model/Ollama/
H A DAbstractOllama.php49 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Ollama\\AbstractOllama
/plugin/aichat/Model/Anthropic/
H A DChatModel.php66 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Anthropic\\ChatModel
/plugin/aichat/Model/Reka/
H A DChatModel.php63 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Reka\\ChatModel
/plugin/aichatlocal/Model/
DChatModel.php58 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichatlocal\\Model\\Local\\ChatModel
/plugin/aichat/Model/Gemini/
H A DAbstractGeminiModel.php62 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Gemini\\AbstractGeminiModel
/plugin/aichat/Model/Generic/
H A DAbstractGenericModel.php46 protected function parseAPIResponse($response) function in dokuwiki\\plugin\\aichat\\Model\\Generic\\AbstractGenericModel
/plugin/aichat/Model/
H A DAbstractModel.php251 abstract protected function parseAPIResponse($response); function in dokuwiki\\plugin\\aichat\\Model\\AbstractModel