Skip to content

models template chat flow

github-actions[bot] edited this page May 15, 2024 · 10 revisions

template-chat-flow

Overview

The "Template Chat Flow" is a chat model using GPT3.5 that generates the next message based on the conversation history and the latest chat content.

Inference samples

Inference type CLI VS Code Extension
Real time deploy-promptflow-model-cli-example deploy-promptflow-model-vscode-extension-example
Batch N/A N/A

Sample inputs and outputs (for real-time inference)

Sample input

{
    "inputs": {
        "question": ["What is ChatGPT?"]
    }
}

Sample output

{
    "outputs": {
        "answer": "ChatGPT is a chatbot product developed by OpenAI. It is powered by the Generative Pre-trained Transformer (GPT) series of language models, with GPT-4 being the latest version. ChatGPT uses natural language processing to generate responses to user inputs in a conversational manner. It was released as ChatGPT Plus, a premium version, which provides enhanced features and access to the GPT-4 based version of OpenAI's API. ChatGPT allows users to interact and have conversations with the language model, utilizing both text and image inputs. It is designed to be more reliable, creative, and capable of handling nuanced instructions compared to previous versions. However, it is important to note that while GPT-4 improves upon its predecessors, it still retains some of the same limitations and challenges."
    }
}

Version: 5

Tags

hiddenlayerscanned

View in Studio: https://ml.azure.com/registries/azureml/models/template-chat-flow/version/5

Properties

is-promptflow: True

azureml.promptflow.section: template

azureml.promptflow.type: chat

azureml.promptflow.name: Template Chat Flow

azureml.promptflow.description: Template Chat Flow

inference-min-sku-spec: 2|0|14|28

inference-recommended-sku: Standard_DS3_v2

Clone this wiki locally