Searched refs:chat_model (Results 1 – 10 of 10) sorted by relevance
28 protected string $chat_model; variable in dokuwiki\\plugin\\aichat\\test\\AbstractModelTest53 $conf['plugin']['aichat']['chatmodel'] = $providerName . ' ' . $this->chat_model;54 $conf['plugin']['aichat']['rephrasemodel'] = $providerName . ' ' . $this->chat_model;
16 protected string $chat_model = 'gemini-1.5-flash'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGeminiTest
16 protected string $chat_model = 'gpt-3.5-turbo'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOpenAITest
16 protected string $chat_model = 'claude-3-5-haiku-20241022'; variable in dokuwiki\\plugin\\aichat\\test\\ModelAnthropicTest
16 protected string $chat_model = 'reka-core'; variable in dokuwiki\\plugin\\aichat\\test\\ModelRekaTest
16 protected string $chat_model = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelVoyageAITest
16 protected string $chat_model = 'llama3-8b-8192'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGroqTest
16 protected string $chat_model = 'mistral-small-latest'; variable in dokuwiki\\plugin\\aichat\\test\\ModelMistralTest
16 protected string $chat_model = 'mistralai/Mistral-Nemo-Instruct-2407'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGenericIonosTest
18 protected string $chat_model = 'llama3.2'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOllamaTest