Home
last modified time | relevance | path

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

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