Home
last modified time | relevance | path

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

/plugin/aichat/_test/
H A DModelGeminiTest.php15 protected string $api_key_env = 'GEMINI_API_KEY'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGeminiTest
H A DModelOpenAITest.php15 protected string $api_key_env = 'OPENAI_API_KEY'; variable in dokuwiki\\plugin\\aichat\\test\\ModelOpenAITest
H A DModelAnthropicTest.php15 protected string $api_key_env = 'ANTHROPIC_API_KEY'; variable in dokuwiki\\plugin\\aichat\\test\\ModelAnthropicTest
H A DModelGenericIonosTest.php15 protected string $api_key_env = 'IONOS_API_KEY'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGenericIonosTest
H A DModelRekaTest.php15 protected string $api_key_env = 'REKA_API_KEY'; variable in dokuwiki\\plugin\\aichat\\test\\ModelRekaTest
H A DModelVoyageAITest.php15 protected string $api_key_env = 'VOYAGEAI_API_KEY'; variable in dokuwiki\\plugin\\aichat\\test\\ModelVoyageAITest
H A DModelGroqTest.php15 protected string $api_key_env = 'GROQ_API_KEY'; variable in dokuwiki\\plugin\\aichat\\test\\ModelGroqTest
H A DModelMistralTest.php15 protected string $api_key_env = 'MISTRAL_API_KEY'; variable in dokuwiki\\plugin\\aichat\\test\\ModelMistralTest
H A DModelOllamaTest.php17 protected string $api_key_env = ''; variable in dokuwiki\\plugin\\aichat\\test\\ModelOllamaTest
H A DAbstractModelTest.php25 protected string $api_key_env; variable in dokuwiki\\plugin\\aichat\\test\\AbstractModelTest