From c11d68fdf7189b7a8a4c5de870c01920c8412a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Tue, 18 Apr 2023 11:51:13 +0200 Subject: [PATCH] fix: word doubling --- src/options/generate/prompt_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/generate/prompt_tasks.py b/src/options/generate/prompt_tasks.py index 5593d3a..4bfa0b6 100644 --- a/src/options/generate/prompt_tasks.py +++ b/src/options/generate/prompt_tasks.py @@ -140,7 +140,7 @@ def not_allowed_executor(): The executor and the test must not use the GPU. The executor and the test must not access a database. The executor and the test must not access a display. -The executor and the test must not access external apis except unless it is explicitly mentioned in the description or test case (e.g. by mentioning the api that should be used or by providing a URL to access the data). +The executor and the test must not access external apis except it is explicitly mentioned in the description or test case (e.g. by mentioning the api that should be used or by providing a URL to access the data). The executor and the test must not load data from the local file system unless it was created by the executor itself. The executor and the test must not use a pre-trained model unless it is explicitly mentioned in the description. The executor and the test must not train a model.