fix: add LLM_API_URL and LLM_MODEL to portfolio deployment #1

Closed
rock wants to merge 1 commits from fix/add-llm-env-vars into main
+5
View File
@@ -42,6 +42,11 @@ spec:
secretKeyRef: secretKeyRef:
name: portfolio-agent-oidc name: portfolio-agent-oidc
key: TOKEN_URL 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: ports:
- name: http - name: http
containerPort: 3000 containerPort: 3000