Hello, I am trying to build a chatbot using calm but I dont have access to openAI or ollama and I need to use a local llm for my project. I have downloaded a gguf from huggingface in my local and now i want to pass it in llm provider. My training data is like a tabular format thus I need to extract multiple entities for a single intent. Is there any way to do so? Thanks in Advance. Any help will be highly appreciated.