I’m trying to integrate Oracle OCI’s Gen AI models into the librechat.yaml file, but I have a question: how can I configure it, considering OCI endpoints require either a config file or a resource principal for authentication?
A config file contains details like API keys, tenancy OCID, and user OCID, while a resource principal allows resources running inside OCI to authenticate without needing an external key file.
How would LibreChat interpret this information?