lyzr icon indicating copy to clipboard operation
lyzr copied to clipboard

Lyzr SDKs help you to build all your favorite GenAI SaaS products as enterprise applications in minutes.

Results 11 lyzr issues
Sort by recently updated
recently updated
newest added

Hi, I have created a chatbot object like this: my_chatbot = ChatBot.pdf_chat(input_files=[path], llm_params = llm_params, vector_store_params = vector_store_params, embed_model = "local",) in which I set the llm_params for azure api...