5 Commits

Author SHA1 Message Date
5f130fe7e3 Update configuration files for Langfuse integration and logging enhancements
- Change LANGFUSE_HOST to LANGFUSE_OTEL_HOST in stack.env for OpenTelemetry compatibility.
- Update litellm_settings.yaml to use the "langfuse_otel" callback for improved logging.
- Remove unnecessary callback settings from general_settings.yaml.
- Add extensive session logging data to status_line.json for better tracking of session activities.
2025-12-18 20:13:10 +00:00
ed897c453b Fix Langfuse callback and Traefik health check issues
- Switch from langfuse_otel to native langfuse callback (OTEL endpoint not available)
- Change LANGFUSE_OTEL_HOST to LANGFUSE_HOST env var for native SDK
- Update callback_settings from otel to langfuse
- Add Traefik health check labels pointing to /health/liveliness endpoint
  to prevent recurring auth errors from unauthenticated health probes
2025-12-16 04:31:02 +00:00
8bd9df8fec x 2025-12-09 06:15:54 +00:00
16b208a8d7 Update stack.env to add USE_PRISMA_MIGRATE variable and ensure newline at end of file 2025-12-09 06:15:10 +00:00
ca17d791c3 Add initial Docker Compose setup and configuration files for LiteLLM 2025-12-09 05:58:59 +00:00