Engine
Responsibilities
-
Starting Application and orchestrating communication with LLMs (Large Language Models) and other essential services.
-
System Prompt Construction: The engine constructs and sends system prompts to LLMs.
Key Services
The Engine powers several services, with the following being the most critical for operation:
| Service | Description |
|---|---|
ASR (Automatic Speech Recognition) |
Converts voice input into text. |
TTS (Text to Speech) |
Transforms text into spoken output. |
LLM (Large Language Models) |
Handles natural language processing and generation. |
| Other services are available, but LLM, ASR, and TTS form the backbone of Engine functionality. |