REFACTOR(api): remove Groq API dependency

- Remove Groq API integration
- Use only Anthropic Claude API
This commit is contained in:
2026-01-02 00:05:02 +09:00
parent d3dd1da442
commit 49083910c6
3 changed files with 1 additions and 12 deletions

View File

@@ -32,13 +32,6 @@ spec:
secretKeyRef:
name: mas-api-keys
key: anthropic-api-key
- name: GROQ_API_KEY
valueFrom:
secretKeyRef:
name: mas-api-keys
key: groq-api-key
- name: GROQ_API_BASE
value: "https://api.groq.com/openai/v1"
# Chainlit uses asyncpg directly (not SQLAlchemy)
- name: CHAINLIT_DATABASE_URL
value: "postgresql://bluemayne:$(POSTGRES_PASSWORD)@postgresql-rw.postgresql.svc.cluster.local:5432/mas"