silly silly me

This commit is contained in:
Ahmed Burney 2026-01-15 02:11:06 +05:00
parent 057c17bb43
commit 93b5c0b254

View file

@ -9,6 +9,7 @@ services:
ports:
- "10530:10530"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- LLM_GATEWAY_ENDPOINT=http://host.docker.internal:12000/v1
- OTLP_ENDPOINT=http://jaeger:4318/v1/traces
command: ["uv", "run", "python", "src/credit_risk_demo/risk_crew_agent.py"]