Closed Sygyzmundovych closed 3 months ago
I am just learning and I am trying to use this tutorial for that, but I think in step 6 "Querying the LLMs" using SDK it should be
pip install generative-ai-hub-sdk[langchain]
instead of
pip3 install generative-ai-hub-sdk
Otherwise the Python code from that step is failing with errors.
Hi @Sygyzmundovych , @jmmargo
Thanks for the feedback. The new changes have been incorporated.
Regards.
Tutorials: https://developers.sap.com/tutorials/ai-core-generative-ai.html
I am just learning and I am trying to use this tutorial for that, but I think in step 6 "Querying the LLMs" using SDK it should be
instead of
Otherwise the Python code from that step is failing with errors.