//private static Boolean LLM_ATTACH_QUERY = false; // instructs the proxy to attach the prompt generated to do the RAG search
//private static Boolean LLM_ATTACH_REFERENCES = false; // instructs the proxy to attach a list of sources that had been used in RAG
//private static String LLM_LANGUAGE = "en"; // used to select proper language in RAG augmentation
privatestaticStringLLM_SYSTEM_PREFIX="\n\nYou may receive additional expert knowledge in the user prompt after a 'Additional Information' headline to enhance your knowledge. Use it only if applicable.";
privatestaticStringLLM_USER_PREFIX="\n\nAdditional Information:\n\nbelow you find a collection of texts that might be useful to generate a response. Do not discuss these documents, just use them to answer the question above.\n\n";
privatestaticStringLLM_API_HOST="http://localhost:11434";// Ollama port; install ollama from https://ollama.com/