lyzr icon indicating copy to clipboard operation
lyzr copied to clipboard

ChatBot not working with azure openAI gpt-3.5 llm

Open shima-khoshraftar opened this issue 5 months ago • 0 comments

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

shima-khoshraftar avatar Sep 25 '24 18:09 shima-khoshraftar