Hai, I am new to Llamaindex. I wanted to use Llamaindex in my task but how much i gone through the tutorial most of the people are using OpenAI. But i have falcon model that was in the form of API and I created a function that takes context, question, model name as input and return the generated text as output but I am confused how to use this in Llamaindex. can someone please guide me how can i declare my llm.
Hai @Logan M , I am trying to create a multimodal chatbot where I want use Llama index for the backend and Gradio for the front end can you please guide me the backend steps. Already I created the frontend.