Open
Description
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 as it is mentioned in the lyzr+azure openai integration in documentation. However, it keeps asking me for openai_api_key. This issue is related to the QueryFusionRetriever. Using the same llm_params QABot works but ChatBot does not work. I really appreciate if you could help me with this.
Thanks,
Shima
Metadata
Metadata
Assignees
Labels
No labels