models template standard flow - Azure/azureml-assets GitHub Wiki
The "Template Standard Flow" is a model using GPT3.5 to generate a joke based on user input.
Inference type | CLI | VS Code Extension |
---|---|---|
Real time | deploy-promptflow-model-cli-example | deploy-promptflow-model-vscode-extension-example |
Batch | N/A | N/A |
{
"inputs": {
"topic": "atom"
}
}
{
"outputs": {
"joke": "Sure, here you go: Why can't you trust an atom? Because they make up everything!"
}
}
Version: 2
hiddenlayerscanned
View in Studio: https://ml.azure.com/registries/azureml/models/template-standard-flow/version/2
is-promptflow: True
azureml.promptflow.section: template
azureml.promptflow.type: standard
azureml.promptflow.name: Template Standard Flow
azureml.promptflow.description: Template Standard Flow
inference-min-sku-spec: 2|0|14|28
inference-recommended-sku: Standard_DS3_v2