15 Commits

Author SHA1 Message Date
ecf85dce4a Add .env file for environment variables and update docker-compose.yml to use it
- Introduced a new .env file containing sensitive environment variables and configuration settings.
- Updated docker-compose.yml to reference the new .env file for environment variables instead of stack.env.
- Adjusted volume paths and network configurations for improved clarity and organization.
- Commented out legacy model configurations in model_config.yaml for future reference.
2026-01-13 23:43:41 +00:00
2dd2525621 Update docker-compose.yml to change configuration file paths from '/home/trav/apps/litellm/' to '/home/trav/dkr/litellm/' for improved directory structure. 2025-12-26 19:27:46 +00:00
cb9f6d5c25 Comment out model_config.yaml inclusion in config.yaml to streamline configuration loading. 2025-12-21 05:09:41 +00:00
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
82c0742482 Update general_settings.yaml to disable background health checks, modify model_config.yaml to enable specific models with API keys, and add status_line.json for logging session data. 2025-12-12 03:25:49 +00:00
493104b724 x 2025-12-09 06:24:38 +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
daee836197 Update config.yaml to use relative paths for configuration files 2025-12-09 06:11:01 +00:00
24b3664ea0 Refactor docker-compose.yml to switch back to absolute paths for configuration files 2025-12-09 06:09:22 +00:00
9f7bee701c Update docker-compose.yml to change node hostname constraint from 'crackbox' to 'little' 2025-12-09 06:06:07 +00:00
293a3bab8d Update docker-compose.yml to use relative paths for configuration files 2025-12-09 06:02:19 +00:00
ca17d791c3 Add initial Docker Compose setup and configuration files for LiteLLM 2025-12-09 05:58:59 +00:00
8ff2d1ae32 first commit 2025-12-09 03:56:39 +00:00