👨‍💼👩‍💼 feat: pm role

This commit is contained in:
Florian Hönicke
2023-04-27 10:11:16 +02:00
parent 29e9c0e767
commit 0153f5c3bf
4 changed files with 342 additions and 51 deletions

View File

@@ -50,8 +50,8 @@ def main(ctx):
@openai_api_key_needed
@main.command()
@click.option('--description', required=True, help='Description of the microservice.')
@click.option('--test', required=True, help='Test scenario for the microservice.')
@click.option('--description', required=False, help='Description of the microservice.')
@click.option('--test', required=False, help='Test scenario for the microservice.')
@click.option('--model', default='gpt-4', help='GPT model to use (default: gpt-4).')
@click.option('--verbose', default=False, is_flag=True, help='Verbose mode.') # only for development
@path_param