August 2024

GENERATIVE AI HUB SDK – Python Error

Hello, Looking to deploy a simple model using generative-ai-hub-sdk (using python 3.12) and after setup, I’m finding the following error executing the following script from console (jupyter notebook):  from gen_ai_hub.proxy.langchain.init_models import init_llm prompt = “””Translate to danish: Guten Morgen””” llm = init_llm(‘gpt-35-turbo’, temperature=0., max_tokens=256)llm.invoke(prompt).content ——————————————————- Error: ValidationError: 1 validation error for ChatOpenAI __root__   Parameters …

GENERATIVE AI HUB SDK – Python Error Read More »

GENERATIVE AI HUB SDK – Python Error

Hello, Looking to deploy a simple model using generative-ai-hub-sdk (using python 3.12) and after setup, I’m finding the following error executing the following script from console (jupyter notebook):  from gen_ai_hub.proxy.langchain.init_models import init_llm prompt = “””Translate to danish: Guten Morgen””” llm = init_llm(‘gpt-35-turbo’, temperature=0., max_tokens=256)llm.invoke(prompt).content ——————————————————- Error: ValidationError: 1 validation error for ChatOpenAI __root__   Parameters …

GENERATIVE AI HUB SDK – Python Error Read More »

Hello!

Hello everyone, I have finally joined the fold after years of perusing from the sidelines. My first introduction to SAP was roughly 10 years ago in manufacturing as an accountant and I am doing by best to keep up to speed with S/4 HANA! Most of my experience is in ECC, however I have also …

Hello! Read More »

Scroll to Top