Update config.yaml
Browse files- config.yaml +3 -0
config.yaml
CHANGED
|
@@ -37,3 +37,6 @@ litellm_settings:
|
|
| 37 |
master_key: os.environ/LITELLM_MASTER_KEY
|
| 38 |
request_timeout: 600
|
| 39 |
stream_timeout: 600
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
master_key: os.environ/LITELLM_MASTER_KEY
|
| 38 |
request_timeout: 600
|
| 39 |
stream_timeout: 600
|
| 40 |
+
|
| 41 |
+
general_settings:
|
| 42 |
+
database_url: "sqlite:////app/data/litellm.db"
|