test: add integration tests on CodeExecutor with the sandbox service (#4015)

This commit is contained in:
Bowen Liang
2024-05-03 08:54:40 +08:00
committed by GitHub
parent b1399cd5f9
commit 44857702ae
7 changed files with 61 additions and 1 deletions

View File

@@ -55,4 +55,6 @@ HUGGINGFACE_TEXT_GEN_ENDPOINT_URL = "a"
HUGGINGFACE_TEXT2TEXT_GEN_ENDPOINT_URL = "b"
HUGGINGFACE_EMBEDDINGS_ENDPOINT_URL = "c"
MOCK_SWITCH = "true"
CODE_MAX_STRING_LENGTH = "80000"
CODE_MAX_STRING_LENGTH = "80000"
CODE_EXECUTION_ENDPOINT="http://127.0.0.1:8194"
CODE_EXECUTION_API_KEY="dify-sandbox"