-
Notifications
You must be signed in to change notification settings - Fork 153
models template standard flow
Description: The "Template Standard Flow" is a model using GPT3.5 to generate a joke based on user input. ### Inference samples Inference type|Python sample (Notebook)|CLI with YAML |--|--|--| Real time|deploy-promptflow-model-python-example|deploy-promptflow-model-cli-example Batch | N/A | N/A ### Sample inputs and outputs (for real-time inference) #### Sample input json { "inputs": { "topic": "atom" } }
#### Sample output json { "outputs": { "joke": "Sure, here you go: Why can't you trust an atom? Because they make up everything!" } }
Version: 1
View in Studio: https://ml.azure.com/registries/azureml/models/template-standard-flow/version/1
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