mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
fix db path
This commit is contained in:
parent
cfe3ad33b3
commit
27587f32bc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ api_providers:
|
||||||
persistence_store:
|
persistence_store:
|
||||||
namespace: null
|
namespace: null
|
||||||
type: sqlite
|
type: sqlite
|
||||||
db_path: ~.llama/runtime/kvstore.db
|
db_path: ~/.llama/runtime/kvstore.db
|
||||||
memory:
|
memory:
|
||||||
providers:
|
providers:
|
||||||
- meta-reference
|
- meta-reference
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue