Update config.yaml
Browse files- config.yaml +4 -1
config.yaml
CHANGED
|
@@ -36,4 +36,7 @@ model_list:
|
|
| 36 |
litellm_settings:
|
| 37 |
master_key: os.environ/LITELLM_MASTER_KEY
|
| 38 |
request_timeout: 600
|
| 39 |
-
stream_timeout: 600
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
litellm_settings:
|
| 37 |
master_key: os.environ/LITELLM_MASTER_KEY
|
| 38 |
request_timeout: 600
|
| 39 |
+
stream_timeout: 600
|
| 40 |
+
|
| 41 |
+
general_settings:
|
| 42 |
+
database_url: postgresql://postgres:%40avaloniaA2026@db.hpkwzekemacgwldbmkin.supabase.co:5432/postgres
|