docs: audio example

This commit is contained in:
Florian Hönicke
2023-04-08 14:53:12 +02:00
parent 2db1a760c5
commit 39f5991471
7 changed files with 122 additions and 19 deletions

View File

@@ -127,11 +127,11 @@ def chain_of_thought_optimization(tag_name, file_name):
def not_allowed():
return '''
The executor is not allowed to use the GPU.
The executor is not allowed to access a database.
The executor is not allowed to access a display.
The executor is not allowed to access external apis.
The executor is not allowed to load data from the local file system it did not create.
The executor is not allowed to use a pre-trained model.
The executor must not use the GPU.
The executor must not access a database.
The executor must not access a display.
The executor must not access external apis except unless it is explicitly mentioned in the description.
The executor must not load data from the local file system unless it was created by the executor itself.
The executor is not allowed to use a pre-trained model unless it is explicitly mentioned in the description.
The executor is not allowed to train a model.
'''