- clarifai
- content-generation-template
question-answering-gpt-4-turbo
It excel at providing informative and accurate responses to a wide range of questions across diverse domains.
Overview
1
Notes
Question Answering
This workflow excel at providing informative and accurate responses to a wide range of questions across diverse domains.
Model used
This workflow uses the GPT-4 Turbo Model with defined prompt template optimized for answering questions.
How to use the Question Answering workflow?
Using Clarifai SDK
Export your PAT as an environment variable. Then, import and initialize the API Client.
Find your PAT in your security settings.
export CLARIFAI_PAT={your personal access token}
Prediction with the workflow
from clarifai.client.workflow import Workflow
workflow_url = 'https://clarifai.com/clarifai/content-generation-template/workflows/question-answering-gpt-4-turbo'
text = 'What are the differences between aerobic and anaerobic exercise, and how can someone balance them in a weekly fitness routine?'
prediction = Workflow(workflow_url).predict_by_bytes( text.encode(), input_type="text")
# Get workflow results
print(prediction.results[0].outputs[-1].data.text.raw)
Using Workflow
To utilize the Question Answering workflow, you can input text through the Blue Plus Try your own Input button and it will provide the informative and accurate responses to a wide range of questions.
- Workflow IDquestion-answering-gpt-4-turbo
- DescriptionIt excel at providing informative and accurate responses to a wide range of questions across diverse domains.
- Last UpdatedApr 08, 2024
- PrivacyPUBLIC
- Share