diff --git a/infra/portfolio/base/deployment.yaml b/infra/portfolio/base/deployment.yaml index 9d90270..31e8a0a 100644 --- a/infra/portfolio/base/deployment.yaml +++ b/infra/portfolio/base/deployment.yaml @@ -42,6 +42,11 @@ spec: secretKeyRef: name: portfolio-agent-oidc key: TOKEN_URL + # LLM API configuration + - name: LLM_API_URL + value: "https://api.riotpiao.com/v1/chat/completions" + - name: LLM_MODEL + value: "qwen2.5:3b-instruct" ports: - name: http containerPort: 3000