diff --git a/examples/flex-flows/chat-minimal/flow.flex.yaml b/examples/flex-flows/chat-minimal/flow.flex.yaml new file mode 100644 index 00000000000..b82c5c0f5ed --- /dev/null +++ b/examples/flex-flows/chat-minimal/flow.flex.yaml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/promptflow/latest/Flow.schema.json +entry: flow:chat +sample: + inputs: + question: What's Azure Machine Learning? +environment: + # image: mcr.microsoft.com/azureml/promptflow/promptflow-python + python_requirements_txt: requirements.txt