Refer to capstone_react
Runs SpringBoot application with mariadb to serve capstone_react project.
Requires OpenAI key.
- Backend receives user's text instructions from the frontend
- Instructions sent to ChatGPT to decipher the intended action.
- If intended action falls out of scope, get ChatGPT to form a message that prompts the user in the right direction.
- If intended action is within scope, get ChatGPT to form a message that prompts the user towards the next step.