OVERVIEW: GhostLink is a terminal-style AI interface powered by the Groq API. It uses a Llama-based neural backbone to process text and vision data in real-time.
OPERATIONAL LOGIC:
• Neural Link: Connects to cloud-based LLMs via secure POST requests to the /ask endpoint.
• Memory: Maintains a volatile 'currentHistory' array to provide conversational context within the current session.
• Multimodal: Supports up to 5 simultaneous image uploads processed via FormData buffers.
• Interface: Uses CSS variables for dynamic themes and Marked.js for real-time Markdown synthesis.
SECURITY: Encrypted end-to-end. Session data exists only in local RAM and is purged upon manual wipe or browser refresh.
NOTE GhostLink has... Caused trouble before. Hallucinated and ... just be careful.