Home
last modified time | relevance | path

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

/plugin/aichat/_test/
DAbstractModelTest.php28 protected string $chat_model; variable in dokuwiki\\plugin\\aichat\\test\\AbstractModelTest
53 $conf['plugin']['aichat']['chatmodel'] = $providerName . ' ' . $this->chat_model;
54 $conf['plugin']['aichat']['rephrasemodel'] = $providerName . ' ' . $this->chat_model;
DModelGeminiTest.php16 protected string $chat_model = 'gemini-1.5-flash'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGeminiTest
DModelOpenAITest.php16 protected string $chat_model = 'gpt-3.5-turbo'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOpenAITest
DModelAnthropicTest.php16 protected string $chat_model = 'claude-3-5-haiku-20241022'; variable in dokuwiki\\plugin\\aichat\\test\\ModelAnthropicTest
DModelRekaTest.php16 protected string $chat_model = 'reka-core'; variable in dokuwiki\\plugin\\aichat\\test\\ModelRekaTest
DModelVoyageAITest.php16 protected string $chat_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelVoyageAITest
DModelGroqTest.php16 protected string $chat_model = 'llama3-8b-8192'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGroqTest
DModelMistralTest.php16 protected string $chat_model = 'mistral-small-latest'; variable in dokuwiki\\plugin\\aichat\\test\\ModelMistralTest
DModelGenericIonosTest.php16 protected string $chat_model = 'mistralai/Mistral-Nemo-Instruct-2407'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGenericIonosTest
DModelOllamaTest.php18 protected string $chat_model = 'llama3.2'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOllamaTest