I work for an online education platform, and we often need to generate questions and answers based on the latest information available on the internet or from various online sources.
For example, let’s say we want to create a tutorial (create questions and judge the answers) on the latest version of Next.js (let’s say version 13). However, OpenAI’s data is limited to information available up until 2021, and fine-tuning the model isn’t always the most efficient way to generate up-to-date questions and answers, especially when dealing with code and technical content.
We’ve explored using OpenAI for evaluating learner submissions, and it works well for text-based answers. However, when it comes to assessing GitHub projects, we require access to the actual GitHub repositories.
In summary, we’re looking for a way to access the internet or utilize some other mechanism to generate the latest questions, answers, or GitHub repository information for our educational content. We’ve previously sought advice on this matter but haven’t received satisfactory solutions.
You may suggest a plugin too to do this.