Coming from the european union, I want to design chat bots as data security friendly as possible. The following questions arise:
1. Is it possible to opt out of the training of the content when using ChatGPT? I don't want to allow ChatGPT to train its LLM on the bot's conversations.
2. I would like to define a different LLM (other than ChatGPT) for knowledge base answering (RAG). I have read here:
https://discord.com/channels/1108396290624213082/1225442621330034688 that LangChain or StackAI can be used for Knowledge base answering. I am interested in guides to incorporate this into Botpress.
Thank you