Skip to content

models template standard flow

github-actions[bot] edited this page Oct 22, 2023 · 7 revisions

template-standard-flow

Overview

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

Properties

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

Clone this wiki locally