This project is setup to generate AI FAQs from FreeScout API. It also displays the original conversational thread, the AI generated FAQ, and the ability to edit the AI generated FAQs.
3. Add a .env file to the project root dir with these variables `api_key` set to the value of the OpenAI API key, and `freeScout_api_key` set to the value of the FreeScout API Key. For example in the .env file: `api_key = xyz with no ''`
4. Upload the project to the server instance setup
5. While project is on the server, on the root directory, run: