How

How does this work?
There are four components to this. They each communicate slightly differently.
- ServiceNow Instance
- Sends REST Request via ecc_queue
- Midserver
- Executes REST call to the AI In A Box Server
- AI In A Box Server
- Handles REST by hitting OpenAI Compliant API endpoint
- Handles Streaming Response from OpenAI Compliant API, and passes them along to ServiceNow
- Large Language Model Server
- Handles REST calls from AI In A Box Server
