mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
cleaned up logs and fixed issue with connectivity for llm gateway in weather forecast demo
This commit is contained in:
parent
1212b526b8
commit
e49ff4bbf4
8 changed files with 260 additions and 220 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue