🐛 fix(loading.py): add missing return statement to instantiate_llm function
The missing return statement caused the function to not return any value when the node_type is not "VertexAI". Adding the return statement ensures that the function returns the instantiated class object with the provided parameters in all cases.
G
Gabriel Luiz Freitas Almeida committed
8f66ea7088094d18531c680b26f410dece227c5e
Parent: 55b1754