mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
core/config: add database section to config store
Parse and expose [database] with defaults; keep providers API unchanged.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
[database]
|
||||
implementation = "sqlite"
|
||||
url = ":memory:"
|
||||
|
||||
[providers.test1]
|
||||
preset = "openai"
|
||||
access_key_or_token = "sk-1145141919810"
|
||||
|
||||
Reference in New Issue
Block a user