Closed prabhatpathania closed 3 months ago
Hi @prabhatpathania,
It is due to some recent update on the SAP Generative AI SDK package.
Please update to the latest SAP Generative AI SDK with this command:
pip install -U generative-ai-hub-sdk[langchain]
Kind Regards, Yatsea
While running application which were working perfectly fine suddenly I am getting the error:
It points to statement:
from gen_ai_hub.proxy.langchain.init_models import init_llm
To reproduce, you can create a python file with just the above line of code.