Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa61bbe484 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user