22 lines
477 B
Plaintext
22 lines
477 B
Plaintext
# LiteLLM
|
|
LITELLM_MASTER_KEY=dummy-key
|
|
|
|
# OCI auth
|
|
OCI_USER=ocid1.user.oc1..xxxxxxx
|
|
OCI_FINGERPRINT=e6:17:xxxxxxx
|
|
OCI_TENANCY=ocid1.tenancy.oc1..xxxxx
|
|
OCI_REGION=us-chicago-1
|
|
OCI_COMPARTMENT_ID=ocid1.compartment.oc1..xxxxxx
|
|
|
|
# OCI key file path inside container
|
|
OCI_KEY_FILE=/app/oci_api_key.pem
|
|
|
|
|
|
# Optional params for embeddings
|
|
OCI_SERVING_MODE=ON_DEMAND
|
|
OCI_INPUT_TYPE=SEARCH_DOCUMENT
|
|
OCI_EMBED_TRUNCATE=NONE
|
|
|
|
# Required only if OCI_SERVING_MODE=DEDICATED
|
|
OCI_ENDPOINT_ID=
|