/
githubmirror
/
dev-gpt
Обзор
Документация
Войти
/
githubmirror
/
dev-gpt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/unit/test_construct_sub_task_tree.py
9 строк
481 B
Florian Hönicke
refactor: cleanup
09 май 2023, 19:08
09 май 2023, 19:08
c29c212
Код
Авторство
О чём код?
# import os # # from dev_gpt.options.generate.pm.pm import PM # # def test_construct_sub_task_tree(): # os.environ['VERBOSE'] = 'true' # pm = PM() # microservice_description = 'This microservice receives an image as input and generates a joke based on what is depicted on the image. The input must be a binary string of the image. The output is an image with the generated joke overlaid on it.' # sub_task_tree = pm.construct_sub_task_tree(microservice_description)