cleaned up logs and fixed issue with connectivity for llm gateway in weather forecast demo

This commit is contained in:
Salman Paracha 2025-12-16 11:53:06 -08:00
parent 1212b526b8
commit e49ff4bbf4
8 changed files with 260 additions and 220 deletions

View file

@ -92,13 +92,3 @@ model_aliases:
tracing:
random_sampling: 100
state_storage:
# Type: memory | postgres
type: postgres
# Connection string for postgres type
# Environment variables are supported using $VAR_NAME or ${VAR_NAME} syntax
# Variables MUST be set before running config validation/rendering
# Example with environment variable substitution:
connection_string: "postgresql://postgres.saueycoonskiktmozyvp:$DB_PASSWORD@aws-0-us-west-2.pooler.supabase.com:5432/postgres"