mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
This enables Oracle Cloud Infrastructure (OCI) GenAI authentication via the UI by allowing users to paste their PEM private key content directly into a multiline textarea field. Changes: - Add `textarea` field type to UI component system - Configure OCI provider with proper credential fields (oci_key, oci_user, oci_fingerprint, oci_tenancy, oci_region, oci_compartment_id) - Handle PEM content newline normalization (\\n -> \n, \r\n -> \n) - Use OCIError for consistent error handling Previously OCI only supported file-based authentication (oci_key_file), which doesn't work for UI-based model configuration. This adds support for inline PEM content via the new oci_key field. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bedrock/embed | ||
| gradient_ai/chat | ||
| oci/chat | ||
| vertex_ai | ||