freescout_ai_faq/README.md

38 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-04-17 11:41:52 +00:00
# FREESCOUT AI FAQ GENERATOR
2024-04-15 22:15:44 +00:00
## Getting started
2024-04-17 11:41:52 +00:00
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.
2024-04-15 22:15:44 +00:00
## Test and Deploy
2024-04-17 11:41:52 +00:00
1. Get a cloud server setup (new droplets, etc)
2. Pull the project locally
2024-04-17 12:05:09 +00:00
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:
2024-04-17 11:41:52 +00:00
`docker-compose up --build`
2024-04-17 12:05:09 +00:00
6. Once the container is running, try accessing it's content using the server IP Address at the container's port
2024-04-15 22:15:44 +00:00
2024-04-17 11:41:52 +00:00
## Deploy with CI-CD
2024-04-15 22:15:44 +00:00
2024-04-17 11:41:52 +00:00
## For Devs
2024-09-26 23:10:45 +01:00
2024-04-17 11:41:52 +00:00
### Standards to follow!
2024-04-15 22:15:44 +00:00
## Usage
2024-04-17 11:41:52 +00:00
### Fields available in the UI:
1. Mail-id:
2. Page-size:
3. Model:
4. Temperature:
2024-04-15 22:15:44 +00:00
## License
2024-09-26 22:34:20 +01:00
Project is currently unlicensed, and all rights are associated with CONVOSTEM LTD.
2024-04-15 22:15:44 +00:00
## Project status
2024-04-17 11:41:52 +00:00
Currently under AB testing.
## Changelog