mirror of
https://git.yylx.win/https://github.com/Godfrey2712/freescout_ai_faq.git
synced 2025-11-24 18:35:46 +08:00
1.1 KiB
1.1 KiB
FREESCOUT AI FAQ GENERATOR
Getting started
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.
Test and Deploy
- Get a cloud server setup (new droplets, etc)
- Pull the project locally
- Add a .env file to the project root dir with these variables
api_keyset to the value of the OpenAI API key, andfreeScout_api_keyset to the value of the FreeScout API Key. For example in the .env file:api_key = xyz with no '' - Upload the project to the server instance setup
- While project is on the server, on the root directory, run:
docker-compose up --build - Once the container is running, try accessing it's content using the server IP Address at the container's port
Deploy with CI-CD
For Devs
Standards to follow!
Usage
Fields available in the UI:
- Mail-id:
- Page-size:
- Model:
- Temperature:
License
Project is currently unlicensed, and all rights are associated with CONVOSTEM LTD.
Project status
Currently under AB testing.