models chat with wikipedia - Azure/azureml-assets GitHub Wiki
The "Chat with Wikipedia" is a pre-trained chat model with GPT3.5: it combines conversation history and information from Wikipedia to make the answer more grounded. It involves finding a relevant Wikipedia link and getting page contents for the question. It can remember previous interactions and generate the next message based on the conversation history and the new search content.
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": {
"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: 11
View in Studio: https://ml.azure.com/registries/azureml/models/chat-with-wikipedia/version/11
is-promptflow: True
azureml.promptflow.section: gallery
azureml.promptflow.type: chat
azureml.promptflow.name: Chat with Wikipedia
azureml.promptflow.description: Create a chatbot that leverages Wikipedia data to ground the responses.
inference-min-sku-spec: 2|0|14|28
inference-recommended-sku: Standard_DS3_v2