From 259aa97d8b906f04c2c0e1675194074eba41452c Mon Sep 17 00:00:00 2001 From: takatost Date: Fri, 12 Apr 2024 19:08:48 +0800 Subject: [PATCH] fix: test env key missing or wrong (#3430) --- api/tests/integration_tests/.env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/tests/integration_tests/.env.example b/api/tests/integration_tests/.env.example index dd1baa79d4..9cd04b4764 100644 --- a/api/tests/integration_tests/.env.example +++ b/api/tests/integration_tests/.env.example @@ -65,9 +65,12 @@ JINA_API_KEY= # Ollama Credentials OLLAMA_BASE_URL= +# Together API Key +TOGETHER_API_KEY= + # Mock Switch MOCK_SWITCH=false # CODE EXECUTION CONFIGURATION CODE_EXECUTION_ENDPOINT= -CODE_EXECUTINO_API_KEY= \ No newline at end of file +CODE_EXECUTION_API_KEY= \ No newline at end of file