You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roderick Mendoza edited this page May 24, 2023
·
4 revisions
Features
Project CRUD
Task CRUD
OpenAi API: Task Recommendation
Innovated a task recommendation feature by leveraging the OpenAI API to automate task creation based on project title and description. Constructed a component to extract relevant information from URL parameters, communicate with the OpenAI API completions endpoint using appropriate headers, and seamlessly integrate the obtained data into the existing task creation workflow.