Home
last modified time | relevance | path

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

/plugin/aichat/_test/
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
DModelGenericIonosTest.php16 protected string $chat_model = 'mistralai/Mistral-Nemo-Instruct-2407'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGenericIonosTest
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
DModelOllamaTest.php18 protected string $chat_model = 'llama3.2'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOllamaTest
DAbstractModelTest.php28 protected string $chat_model; variable in dokuwiki\\plugin\\aichat\\test\\AbstractModelTest