test: add integration tests on CodeExecutor with the sandbox service (#4015)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user