mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 10:13:46 +00:00
26 lines
691 B
Plaintext
26 lines
691 B
Plaintext
# OCI / OKE / OCIR
|
|
OCI_REGION=sa-saopaulo-1
|
|
OCI_REGION_KEY=gru
|
|
OCI_TENANCY_NAMESPACE=your_tenancy_namespace
|
|
OCIR_REPOSITORY_PREFIX=agent-platform-oci
|
|
IMAGE_TAG=1.0.0
|
|
|
|
# Kubernetes
|
|
K8S_NAMESPACE=agent-platform
|
|
OKE_CLUSTER_OCID=ocid1.cluster.oc1..example
|
|
|
|
# Optional: configure kubeconfig automatically with OCI CLI
|
|
OCI_CLI_PROFILE=DEFAULT
|
|
|
|
# Runtime config
|
|
LLM_PROVIDER=oci_openai
|
|
OCI_GENAI_BASE_URL=https://inference.generativeai.sa-saopaulo-1.oci.oraclecloud.com/openai/v1
|
|
OCI_GENAI_MODEL=cohere.command-r-plus
|
|
OCI_GENAI_API_KEY=replace-me
|
|
OCI_GENAI_PROJECT_OCID=
|
|
OCI_COMPARTMENT_ID=ocid1.compartment.oc1..example
|
|
LANGFUSE_HOST=
|
|
LANGFUSE_PUBLIC_KEY=
|
|
LANGFUSE_SECRET_KEY=
|
|
MCP_GATEWAY_TOKEN=
|