Initial commit
This commit is contained in:
21
.env.example
Normal file
21
.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user