Virendra Ashiwal

Results 1 comments of Virendra Ashiwal

I tried with the same but got this error about KeyError: 'OPENAI_API_KEY' (Even though I am using AzureOpenAI key) ``` pdf_tool = PDFSearchTool( config=dict( llm=dict( provider="azure_openai", config=dict( model=os.getenv("AZURE_OPENAI_DEPLOYMENT_NAME"), api_key=os.getenv("AZURE_OPENAI_API_KEY"), base_url=os.getenv("AZURE_OPENAI_ENDPOINT"),...