-
Notifications
You must be signed in to change notification settings - Fork 124
models template chat flow
github-actions[bot] edited this page Oct 21, 2023
·
10 revisions
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 type | Python sample (Notebook) | CLI with YAML |
---|---|---|
Real time | deploy-promptflow-model-python-example | deploy-promptflow-model-cli-example |
Batch | N/A | N/A |
{
"inputs": {
"question": ["What is ChatGPT?"]
}
}
{
"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: 4
View in Studio: https://ml.azure.com/registries/azureml/models/template-chat-flow/version/4
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